0
0
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:
dwight 2011-05-06 17:57:40 -04:00
parent 2ac6dbcf63
commit b596d0feea

View File

@ -376,6 +376,9 @@ namespace mongo {
lock lk((RSBase*)this);
const Member *_self = this->_self;
assert( _self );
// add self
{
BSONObjBuilder bb;