mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Comment correction
This commit is contained in:
parent
c0e021cbe7
commit
603387986c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user