Do not let ident or DNS timeouts kill a client.
[ircu2.10.12-pk.git] / ircd / list.c
index f485ec0e3bafcddaeb18ce3c229efbc291d3cbae..1f75ab926b96b9b3fa40624f7767f45b43d0ff6c 100644 (file)
@@ -269,7 +269,7 @@ void free_client(struct Client* cptr)
         cptr, cli_connect(cptr)));
 
   if (cli_auth(cptr))
-    destroy_auth_request(cli_auth(cptr), 0);
+    destroy_auth_request(cli_auth(cptr));
 
   /* Make sure we didn't magically get re-added to the list */
   assert(cli_next(cptr) == 0);