Skip to content

Commit 8229050

Browse files
authored
return NULL instead of false (#1703)
1 parent 35f7ec5 commit 8229050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/src/mongoc/mongoc-database.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ mongoc_database_create_collection (mongoc_database_t *database,
12611261
error)) {
12621262
// Error during fields lookup
12631263
bson_destroy (&encryptedFields);
1264-
return false;
1264+
return NULL;
12651265
}
12661266

12671267
if (!bson_empty (&encryptedFields)) {

0 commit comments

Comments
 (0)