0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
This commit is contained in:
Eliot Horowitz 2010-03-15 11:36:31 -04:00
parent 3c7fed91e5
commit 6f78338941

View File

@ -73,6 +73,7 @@ namespace mongo {
_end = 0;
_waitingForLock = false;
_message = "";
_progressMeter.finished();
}
void setNS(const char *ns) {