diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-02-09 17:17:04 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-02-09 17:17:04 +0100 |
commit | 4ec65c6231df9fcb38210f9b885cdf73b72cc176 (patch) | |
tree | 97bb3a6c46634b2b00c3edaacdb86867a5023423 /src/inspsocket.cpp | |
parent | 080bb7c0b3d4cc3fcd06d04621ae4780ebbf3f2c (diff) |
Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r-- | src/inspsocket.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 3610addba..d15a1b6a5 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -138,9 +138,7 @@ void StreamSocket::Close() DelIOHook(); } SocketEngine::Shutdown(this, 2); - SocketEngine::DelFd(this); SocketEngine::Close(this); - fd = -1; } } |