From 63a911d704f6bdf8733c17770419993f64510fbe Mon Sep 17 00:00:00 2001 From: APTX Date: Thu, 10 Feb 2011 21:24:45 +0100 Subject: [PATCH] Misplaced #endif. --- proxyserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.52.0