diff options
| author | 2007-10-18 18:16:47 +0000 | |
|---|---|---|
| committer | 2007-10-18 18:16:47 +0000 | |
| commit | 8b41eadd920668bc17f543e39bb40f9ee96c098b (patch) | |
| tree | fbc50baeb1b9e9d93d9a6bd1edf6d8b414461ac1 /src/modules/m_ident.cpp | |
| parent | Set IdentRequestSocket::done on failure to getsockname() in OnConnected (diff) | |
| download | inspircd++-8b41eadd920668bc17f543e39bb40f9ee96c098b.tar.gz inspircd++-8b41eadd920668bc17f543e39bb40f9ee96c098b.tar.bz2 inspircd++-8b41eadd920668bc17f543e39bb40f9ee96c098b.zip | |
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
Diffstat (limited to 'src/modules/m_ident.cpp')
| -rw-r--r-- | src/modules/m_ident.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } } |
