Skip to content

Commit e8bc9cf

Browse files
committed
CID-24872: Comment out not-yet-implemented code
1 parent 6481691 commit e8bc9cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/MongoDB/Server.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,11 @@ public function isPassive()
304304
if (intern1 && intern2) {
305305
return 0;
306306
}
307+
/*
307308
if (!strcmp(intern1->host->host_and_port, intern2->host->host_and_port)) {
308309
return 0;
309310
}
311+
*/
310312
311313
return 1;
312314
} /* }}} */

0 commit comments

Comments
 (0)