summaryrefslogtreecommitdiffstats
path: root/src/madc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/madc.cpp')
-rw-r--r--src/madc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/madc.cpp b/src/madc.cpp
index 7d8cb81..40138cd 100644
--- a/src/madc.cpp
+++ b/src/madc.cpp
@@ -61,7 +61,7 @@ int main(int argc, char *argv[]) {
Client::Application application;
- application.getConfigManager()->finish();
+ application.getConfigManager()->configure();
Common::ClientConnection *connection = new Common::ClientConnection(&application);
application.getRequestManager()->registerConnection(connection);