mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 09:06:21 +01:00
MINOR formatting
This commit is contained in:
parent
b691dc629e
commit
b94ecc8f2d
@ -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_ ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user