summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-10 18:13:50 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-10 18:13:50 +0300
commit1a1d063ce7a264ec9f7da493efb807b72f3f8828 (patch)
tree2f1f18dc8d670461ee012cc6d00fd7b39f2dd283 /src/mir_app
parent68fa25f827855c869c730327b79acfc1ef5576b1 (diff)
netlib should be available in the service mode too
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/src/modules.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mir_app/src/modules.cpp b/src/mir_app/src/modules.cpp
index cb64b43d47..9813efc662 100644
--- a/src/mir_app/src/modules.cpp
+++ b/src/mir_app/src/modules.cpp
@@ -103,6 +103,8 @@ int LoadDefaultModules(void)
// the database will select which db plugin to use, or fail if no profile is selected
if (LoadDatabaseModule()) return 1;
+ if (LoadNetlibModule()) return 1;
+ if (LoadSslModule()) return 1;
// database is available here
InitIni();
@@ -137,8 +139,6 @@ int LoadDefaultModules(void)
if (LoadSendRecvAuthModule()) return 1;
if (LoadDescButtonModule()) return 1;
if (LoadOptionsModule()) return 1;
- if (LoadNetlibModule()) return 1;
- if (LoadSslModule()) return 1;
if (LoadProtocolsModule()) return 1;
LoadDbAccounts(); // retrieves the account array from a database