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

Comment correction

This commit is contained in:
Mathias Stearn 2011-01-06 16:56:02 -05:00
parent c0e021cbe7
commit 603387986c

View File

@ -163,7 +163,7 @@ namespace mongo {
}
/** at clean shutdown */
bool okToCleanUp = false; // failed recovery would set this to false
bool okToCleanUp = false; // successful recovery would set this to true
void journalCleanupAtShutdown() {
if( !okToCleanUp )
return;