From 86e5f80837ad55932f2469d79d9e6b6bb07cf5ed Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 28 Sep 2009 19:09:22 +0200 Subject: Implemented new ConfigManager --- src/madc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/madc.cpp') 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); -- cgit v1.2.3