Author: Bleep <helveytw@home.com>
[ircu2.10.12-pk.git] / ircd / list.c
index aaee36113140dfd2dd34e672c94b4e9645d16605..58df1b706d79294e558e303d6c6ad139163fccfe 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "class.h"
 #include "client.h"
-#include "IPcheck.h"
 #include "ircd.h"
 #include "ircd_alloc.h"
 #include "ircd_reply.h"
@@ -182,7 +181,6 @@ void free_client(struct Client* cptr)
     if (cptr->dns_reply)
       --cptr->dns_reply->ref_count;
     if (-1 < cptr->fd) {
-      ip_registry_local_disconnect(cptr);
       close(cptr->fd);
     }
     DBufClear(&cptr->sendQ);