We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9547a commit 714db7bCopy full SHA for 714db7b
src/mongoc/mongoc-server-description.c
@@ -29,7 +29,7 @@
29
30
static uint8_t kMongocEmptyBson[] = { 5, 0, 0, 0, 0 };
31
32
-static bson_oid_t kObjectIdZero = { 0 };
+static bson_oid_t kObjectIdZero = { {0} };
33
34
/* Destroy allocated resources within @description, but don't free it */
35
void
0 commit comments