Parent Directory
|
Revision Log
|
Patch
revision 8592 by michael, Fri Apr 6 19:28:05 2018 UTC | revision 8593 by michael, Sun Oct 21 18:11:04 2018 UTC | |
---|---|---|
# | Line 689 exit_one_client(struct Client *source_p, | Line 689 exit_one_client(struct Client *source_p, |
689 | if (HasFlag(source_p, FLAGS_IPHASH)) | if (HasFlag(source_p, FLAGS_IPHASH)) |
690 | { | { |
691 | DelFlag(source_p, FLAGS_IPHASH); | DelFlag(source_p, FLAGS_IPHASH); |
692 | ipcache_remove_address(&source_p->ip, MyConnect(source_p)); | ipcache_record_remove(&source_p->ip, MyConnect(source_p)); |
693 | } | } |
694 | ||
695 | /* Check to see if the client isn't already on the dead list */ | /* Check to see if the client isn't already on the dead list */ |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |