X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FHandleInfoHandler.c;h=c194935eab2c4906e7de94904e8e626a58bd4137;hb=bb5692b9cbff069abbf9573c81e86c3cd2061ceb;hp=8a135cdb16c8453b2d87d0f09b2c1c8fb409b587;hpb=bccfd93a23c9d4dca68aa4cf4003500d9298a825;p=NeonServV5.git diff --git a/src/HandleInfoHandler.c b/src/HandleInfoHandler.c index 8a135cd..c194935 100644 --- a/src/HandleInfoHandler.c +++ b/src/HandleInfoHandler.c @@ -1,5 +1,5 @@ -/* HandleInfoHandler.c - NeonServ v5.2 - * Copyright (C) 2011 Philipp Kreil (pk910) +/* HandleInfoHandler.c - NeonServ v5.3 + * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -69,6 +69,7 @@ void clear_handleinfoqueue(struct ClientSocket *client) { free(entry); } client->handleinfo_last = NULL; + client->handleinfo_first = NULL; } void lookup_authname(char *auth, authlookup_callback_t callback, void *data) {