]> Some of my projects - anidbudpclient.git/commitdiff
Misplaced #endif.
authorAPTX <marek321@gmail.com>
Thu, 10 Feb 2011 20:24:45 +0000 (21:24 +0100)
committerAPTX <marek321@gmail.com>
Thu, 10 Feb 2011 20:24:45 +0000 (21:24 +0100)
proxyserver.cpp

index b7a128b42d21794337c6a96dd939e41b2692c48f..ae6e307329e3fa14d3086c164bc2bebb6f1bedd5 100644 (file)
@@ -126,8 +126,8 @@ void ProxyServer::clientConnected(quint64 client)
 {
 #ifdef ANIDBUDPCLIENT_PROXY_DEBUG
 qDebug() << "client connected" << client;
-       clientInfo.insert(client, ClientInfo());
 #endif
+       clientInfo.insert(client, ClientInfo());
 }
 
 void ProxyServer::clientDisconnected(quint64 client)