0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

Revert "MINOR formatting"

This reverts commit b94ecc8f2d.
This commit is contained in:
Aaron 2010-01-11 22:04:10 -08:00
parent b94ecc8f2d
commit 367a68dffc

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_ ];
}