summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-01-10 19:31:28 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-01-10 19:31:28 +0000
commitc8f9e295b0fd7baeb28dcc308f22967a482f51c4 (patch)
treee3ef2330c131459fbd4f550550ad3d38bc4ebf01
parent587fcab68f966ac350af4f9858fcaca8f3fc8f51 (diff)
fix for /svc:dbeditor
git-svn-id: http://svn.miranda-ng.org/main/trunk@3037 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--src/core/modules.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/modules.cpp b/src/core/modules.cpp
index b6ddb33cf0..179faf5531 100644
--- a/src/core/modules.cpp
+++ b/src/core/modules.cpp
@@ -103,6 +103,7 @@ int LoadDefaultModules(void)
switch ( LoadDefaultServiceModePlugin()) {
case SERVICE_CONTINUE: // continue loading Miranda normally
+ case SERVICE_ONLYDB: // load database and go to the message cycle
break;
case SERVICE_MONOPOLY: // unload database and go to the message cycle
return 0;