From c8f9e295b0fd7baeb28dcc308f22967a482f51c4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 10 Jan 2013 19:31:28 +0000 Subject: fix for /svc:dbeditor git-svn-id: http://svn.miranda-ng.org/main/trunk@3037 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/modules.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core') 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; -- cgit v1.2.3