Skip to content

Commit 89e5af8

Browse files
committed
CDRIVER-768: Fix build warning for uninitialized value
1 parent cc9391f commit 89e5af8

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
@@ -419,7 +419,7 @@ _test_legacy_bulk_insert (const bson_t **bsons,
419419
future_t *future;
420420
mongoc_insert_flags_t flags;
421421
int offset;
422-
bool has_oversized;
422+
bool has_oversized = false;
423423
int batch_sz;
424424
const bson_t *gle;
425425

0 commit comments

Comments
 (0)