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 c2b809b commit 7b12d39Copy full SHA for 7b12d39
client/syncclusterconnection.cpp
@@ -24,7 +24,7 @@
24
25
namespace mongo {
26
27
- SyncClusterConnection::SyncClusterConnection( const list<HostAndPort> & L) : _mutex("SynClusterConnection") {
+ SyncClusterConnection::SyncClusterConnection( const list<HostAndPort> & L) : _mutex("SyncClusterConnection") {
28
{
29
stringstream s;
30
int n=0;
0 commit comments