From facea197311f9dfbd9401b32b18cfd1245ff9be4 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 24 Mar 2014 16:44:04 +0100 Subject: Cull ident sockets instead of immediate delete, add stdalgo::culldeleter --- src/modules/m_ident.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index 67065bd62..57944737c 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -268,7 +268,7 @@ class IdentRequestSocket : public EventHandler class ModuleIdent : public Module { int RequestTimeout; - SimpleExtItem ext; + SimpleExtItem ext; public: ModuleIdent() : ext("ident_socket", this) { -- cgit v1.2.3