0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Eliot Horowitz 2009-03-23 11:32:30 -04:00
parent 4e04ab5bac
commit 5ac057bd50

View File

@ -120,8 +120,12 @@ namespace mongo {
}
}
if ( handlePossibleShardedMessage( m , dbresponse ) )
if ( handlePossibleShardedMessage( m , dbresponse ) ){
/* important to do this before we lock
so if a message has to be forwarded, doesn't block for that
*/
return true;
}
dblock lk;