Skip to content

Commit 7ec599e

Browse files
authored
CDRIVER-5841 add missing return false (#1817)
1 parent f2c1bb7 commit 7ec599e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libmongoc/src/mongoc/mongoc-bulkwrite.c

+1
Original file line numberDiff line numberDiff line change
@@ -1325,6 +1325,7 @@ _bulkwritereturn_apply_reply (mongoc_bulkwritereturn_t *self, const bson_t *cmd_
13251325
if (!_mongoc_iter_document_as_bson (&wce_iter, &errInfo, &error)) {
13261326
_bulkwriteexception_set_error (self->exc, &error);
13271327
_bulkwriteexception_set_error_reply (self->exc, cmd_reply);
1328+
return false;
13281329
}
13291330
}
13301331

0 commit comments

Comments
 (0)