]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspsocket.cpp
m_dnsbl updates
[user/henk/code/inspircd.git] / src / inspsocket.cpp
index 1fbe3b5abbc9fed6866dc098058437b38cce7ce8..f06ddf28d84d1ef96b6fec587cc6ff193b5b8229 100644 (file)
@@ -131,6 +131,7 @@ void StreamSocket::Close()
                                ServerInstance->Logs->Log("SOCKET", DEFAULT,"%s threw an exception: %s",
                                        modexcept.GetSource(), modexcept.GetReason());
                        }
+                       IOHook = NULL;
                }
                ServerInstance->SE->Shutdown(this, 2);
                ServerInstance->SE->DelFd(this);