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 d6a06e3..f987a9d 100644
--- a/src/madc.cpp
+++ b/src/madc.cpp
@@ -28,7 +28,7 @@
int main() {
Mad::Net::Connection::init();
- Mad::Common::RequestManager requestManager;
+ Mad::Common::RequestManager requestManager(false);
Mad::Net::ClientConnection *connection = new Mad::Net::ClientConnection;
try {