Another year is about to end... So we have to update these damn copyright information :P
[NeonServV5.git] / src / HandleInfoHandler.c
index 8a135cdb16c8453b2d87d0f09b2c1c8fb409b587..c194935eab2c4906e7de94904e8e626a58bd4137 100644 (file)
@@ -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) {