From: APTX Date: Thu, 10 Feb 2011 20:24:45 +0000 (+0100) Subject: Misplaced #endif. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=63a911d704f6bdf8733c17770419993f64510fbe;p=anidbudpclient.git Misplaced #endif. --- diff --git a/proxyserver.cpp b/proxyserver.cpp index b7a128b..ae6e307 100644 --- a/proxyserver.cpp +++ b/proxyserver.cpp @@ -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)