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

dont assert in destructor

This commit is contained in:
dwight 2010-09-21 23:38:16 -07:00
parent bb9e90d97a
commit 61bd48da53

View File

@ -57,7 +57,7 @@ namespace mongo {
Manager::~Manager() {
log() << "ERROR: ~Manager should never be called" << rsLog;
rs->mgr = 0;
assert(false);
//assert(false);
}
void Manager::starting() {