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:
parent
bb9e90d97a
commit
61bd48da53
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user