Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / IPcheck.c
index e1f052d79c7cd6b4330e5e8a931da8f0fcf917fd..050ea0dfa0c530ff07ac9e460bb0584368bfb00d 100644 (file)
@@ -36,7 +36,7 @@
 #include "send.h"
 
 #include <assert.h>
-
+#include <string.h>
 
 struct IPTargetEntry {
   int           count;
@@ -318,7 +318,6 @@ int ip_registry_check_remote(struct Client* cptr, int is_burst)
       entry->last_connect = NOW;
     }
   }
-  SetIPChecked(cptr);
   return 1;
 }