X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FClientSocket.c;h=3c05457da8d90d733a53b891e14fbc6c7d10f75e;hb=fc61be208ca6dbf2fd915591c8dc7e5ef5779891;hp=a1a5726a567eef6c33ad81e043010276e1329c16;hpb=70b7d70a96523b78cd470c6fe2ab78beb345d607;p=NeonServV5.git diff --git a/src/ClientSocket.c b/src/ClientSocket.c index a1a5726..3c05457 100644 --- a/src/ClientSocket.c +++ b/src/ClientSocket.c @@ -1,4 +1,4 @@ -/* ClientSocket.c - NeonServ v5.5 +/* ClientSocket.c - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -217,7 +217,9 @@ int clientsocket_parseorder_top(unsigned int tid) { static IOHANDLER_CALLBACK(socket_callback) { struct ClientSocket *client = event->iofd->data; + #ifdef HAVE_THREADS unsigned int tid; + #endif switch(event->type) { case IOEVENT_CONNECTED: client->flags |= SOCKET_FLAG_CONNECTED;