Skip to content

Commit a57ba29

Browse files
committed
CDRIVER-1447 logic bug with tag_sets - fixup
1 parent f29bf61 commit a57ba29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mongoc/mongoc-server-description.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,6 @@ mongoc_server_description_filter_tags (mongoc_server_description_t **description
780780
for (i = 0; i < description_len; i++) {
781781
if (!descriptions[i]) {
782782
/* NULLed earlier in mongoc_topology_description_suitable_servers */
783-
found--;
784783
continue;
785784
}
786785

0 commit comments

Comments
 (0)