0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

MINOR formatting

This commit is contained in:
Aaron 2010-01-11 19:47:18 -08:00
parent b691dc629e
commit b94ecc8f2d

View File

@ -272,7 +272,7 @@ namespace mongo {
assert( dbs.count( port_ ) == 0 );
}
if ( port_ <= 0 || portToSocket.find( port_ ) == portToSocket.end() || portToSocket[ port_ ] <= 0 ) {
oldSocket_ = -1;
oldSocket_ = -1;
} else {
oldSocket_ = portToSocket[ port_ ];
}