diff options
author | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-08-01 13:42:35 -0400 |
---|---|---|
committer | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-08-01 13:42:35 -0400 |
commit | d59c1b95e18fd5c9bbec14b8b1b8aab989a3bce7 (patch) | |
tree | 94471c29e06725ce1d28ee11ae408084cfd82d41 /modules/core/db_plain.cpp | |
parent | 2f6c0e435cbceb60c219f9f1cd925ae4ddffd4d9 (diff) |
Cleanup in main.cpp.
Diffstat (limited to 'modules/core/db_plain.cpp')
-rw-r--r-- | modules/core/db_plain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/db_plain.cpp b/modules/core/db_plain.cpp index 15a116b2e..84e569f9a 100644 --- a/modules/core/db_plain.cpp +++ b/modules/core/db_plain.cpp @@ -555,7 +555,7 @@ class DBPlain : public Module Alog() << "Unable to back up database!"; if (!Config.NoBackupOkay) - quitting = 1; + quitting = true; return; } |