X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcull_list.cpp;h=bfbe518cbbb0b781c09bd0f23979b03e5711a6a6;hb=46f89e12959945a94f6ad81265351600badca723;hp=5c7eb7b4258855ebeef7f3c18e4feffbf65d9597;hpb=e93827e41cdb958314eb669e94c9dd1280b691c9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cull_list.cpp b/src/cull_list.cpp index 5c7eb7b42..bfbe518cb 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDcull_list */ +/* $Core */ #include "inspircd.h" #include "cull_list.h" @@ -78,11 +78,11 @@ int CullList::Apply() if (IS_LOCAL(u)) { - if (u->io) + if (u->GetIOHook()) { try { - u->io->OnRawSocketClose(u->GetFd()); + u->GetIOHook()->OnRawSocketClose(u->GetFd()); } catch (CoreException& modexcept) {