summaryrefslogtreecommitdiffstats
path: root/src/madd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/madd.cpp')
-rw-r--r--src/madd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/madd.cpp b/src/madd.cpp
index 0062d01..710e69f 100644
--- a/src/madd.cpp
+++ b/src/madd.cpp
@@ -38,7 +38,7 @@ int main() {
Daemon::Application application;
application.getConfigManager()->loadFile("madd.conf");
- application.getConfigManager()->finish();
+ application.getConfigManager()->configure();
application.getRequestManager()->registerPacketType<Daemon::RequestHandlers::CommandRequestHandler>("Command");
application.getRequestManager()->registerPacketType<Common::RequestHandlers::FSInfoRequestHandler>("FSInfo");