From 5dbabb823456744e7442edc2bfde1272bb2edcb1 Mon Sep 17 00:00:00 2001 From: Jackmcbarn Date: Sat, 29 Jan 2011 16:29:33 -0500 Subject: Remove cull_list.h from inspircd.h --- src/inspsocket.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/inspsocket.cpp') diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 9b28126f0..0e2367004 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -12,6 +12,7 @@ */ #include "inspircd.h" +#include "cull_list.h" #ifndef DISABLE_WRITEV #include @@ -446,7 +447,7 @@ void SocketTimeout::Tick(time_t) this->sock->OnError(I_ERR_TIMEOUT); this->sock->state = I_ERROR; - ServerInstance->GlobalCulls.AddItem(sock); + ServerInstance->GlobalCulls->AddItem(sock); } this->sock->Timeout = NULL; -- cgit v1.3.1-10-gc9f91