Skip to content

Commit afcd80c

Browse files
committed
Merge pull request #257 from jmikola/cdriver-768
CDRIVER-768: Fix build warning for uninitialized value
2 parents d36d0bd + 89e5af8 commit afcd80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-mongoc-collection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ _test_legacy_bulk_insert (const bson_t **bsons,
418418
future_t *future;
419419
mongoc_insert_flags_t flags;
420420
int offset;
421-
bool has_oversized;
421+
bool has_oversized = false;
422422
int batch_sz;
423423
const bson_t *gle;
424424

0 commit comments

Comments
 (0)