X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Finspsocket.cpp;h=fc8bc142f9df2dfeb7ef54f4294e9fdb9dc7b8a9;hb=a8878569083bfa4753e9e118adee0ed1da6a0325;hp=37335c855d1d1f9be4edd8552ec0a195683eab45;hpb=db8273d4e705a3127a654a77a22dc50482e21584;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 37335c855..fc8bc142f 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -145,10 +145,10 @@ void StreamSocket::Close() errno = save; } -bool StreamSocket::cull() +CullResult StreamSocket::cull() { Close(); - return true; + return EventHandler::cull(); } bool StreamSocket::GetNextLine(std::string& line, char delim)