Skip to content

Commit c45bfe2

Browse files
CDRIVER-3825 remove BSON_ASSERT for server_id (#713)
1 parent 64b55f6 commit c45bfe2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libmongoc/src/mongoc/mongoc-cluster.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,6 @@ mongoc_cluster_stream_for_server (mongoc_cluster_t *cluster,
22992299
ENTRY;
23002300

23012301
BSON_ASSERT (cluster);
2302-
BSON_ASSERT (server_id);
23032302

23042303
if (cs && cs->server_id && cs->server_id != server_id) {
23052304
_mongoc_bson_init_if_set (reply);

0 commit comments

Comments
 (0)