Skip to content

Commit cd3f39a

Browse files
committed
Fixed crash in fbclient as shown by failed QA test core_5833_test
1 parent 86f4d64 commit cd3f39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote/client/interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5912,7 +5912,7 @@ IBlob* Attachment::openBlob(CheckStatusWrapper* status, ITransaction* apiTra, IS
59125912
{
59135913
if (!(blob->rbl_flags & Rbl::USED))
59145914
release_blob(blob);
5915-
continue;
5915+
break;
59165916
}
59175917

59185918
if (blob->rbl_flags & Rbl::USED)

0 commit comments

Comments
 (0)