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/modules/extra/m_pgsql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extra/m_pgsql.cpp') diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 0eb2cc8ae..ff5e57572 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -599,7 +599,7 @@ void SQLConn::DelayReconnect() if (it != mod->connections.end()) { mod->connections.erase(it); - ServerInstance->GlobalCulls.AddItem((EventHandler*)this); + ServerInstance->GlobalCulls->AddItem((EventHandler*)this); if (!mod->retimer) { mod->retimer = new ReconnectTimer(mod); -- cgit v1.3.1-10-gc9f91