*** VERSION 5.3.0 ***
[NeonServV5.git] / src / WHOHandler.c
index a21f560414ec7ad962a2fb75e76ff43f01ee95cb..c7906f1cef6c793ee997d9f50f4dbed29fd3337d 100644 (file)
@@ -1,4 +1,4 @@
-/* WHOHandler.c - NeonServ v5.2
+/* WHOHandler.c - NeonServ v5.3
  * Copyright (C) 2011  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -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) {