aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspsocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r--src/inspsocket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp
index 74c4d5283..e9f4b0131 100644
--- a/src/inspsocket.cpp
+++ b/src/inspsocket.cpp
@@ -132,10 +132,10 @@ void StreamSocket::Close(bool writeblock)
Close();
}
-CullResult StreamSocket::cull()
+Cullable::Result StreamSocket::Cull()
{
Close();
- return EventHandler::cull();
+ return EventHandler::Cull();
}
int StreamSocket::HookChainRead(IOHook* hook, std::string& rq)