From 8b41eadd920668bc17f543e39bb40f9ee96c098b Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 18 Oct 2007 18:16:47 +0000 Subject: Socket engine tweaks to fix a glitch, and improvements to new m_ident git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8225 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_ident.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules') diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index f08f8c868..723b30c87 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -178,6 +178,7 @@ class IdentRequestSocket : public EventHandler ServerInstance->SE->Close(GetFd()); ServerInstance->SE->Shutdown(GetFd(), SHUT_WR); ServerInstance->SE->DelFd(this); + this->SetFd(-1); } } -- cgit v1.2.3