diff options
| author | 2010-02-03 21:43:10 +0000 | |
|---|---|---|
| committer | 2010-02-03 21:43:10 +0000 | |
| commit | 56c1f7d40a3b1625893c8b0406ec709926f44b1c (patch) | |
| tree | 42e27adb7a848369eb498249f15f4ae628d7c514 /src/inspsocket.cpp | |
| parent | Fix STARTTLS sending the 670 numeric within the SSL session, not prior to it (diff) | |
Delink servers using an SSL module that is being reloaded
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12367 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
| -rw-r--r-- | src/inspsocket.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 1fbe3b5ab..f06ddf28d 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -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); |
