mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
defensive SERVER-3032 replSetGetStatus not a fix but helps a little
This commit is contained in:
parent
2ac6dbcf63
commit
b596d0feea
@ -376,6 +376,9 @@ namespace mongo {
|
||||
|
||||
lock lk((RSBase*)this);
|
||||
|
||||
const Member *_self = this->_self;
|
||||
assert( _self );
|
||||
|
||||
// add self
|
||||
{
|
||||
BSONObjBuilder bb;
|
||||
|
Loading…
Reference in New Issue
Block a user