X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FWHOHandler.c;h=e470abbda19a278d12385e341d6124005f7622c9;hb=bb5692b9cbff069abbf9573c81e86c3cd2061ceb;hp=a21f560414ec7ad962a2fb75e76ff43f01ee95cb;hpb=141636b58bbe071ac218f214aa26613ab6f2aff0;p=NeonServV5.git diff --git a/src/WHOHandler.c b/src/WHOHandler.c index a21f560..e470abb 100644 --- a/src/WHOHandler.c +++ b/src/WHOHandler.c @@ -1,5 +1,5 @@ -/* WHOHandler.c - NeonServ v5.2 - * Copyright (C) 2011 Philipp Kreil (pk910) +/* WHOHandler.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 @@ -75,6 +75,7 @@ void clear_whoqueue(struct ClientSocket *client) { free(entry); } client->whoqueue_last = NULL; + client->whoqueue_first = NULL; } void get_userlist(struct ChanNode *chan, userlist_callback_t callback, void *data) {