mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
comment
This commit is contained in:
parent
4e04ab5bac
commit
5ac057bd50
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user