diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-10-15 20:07:55 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-10-15 20:07:55 +0200 |
commit | fba9bbe4cd29744fe30753f63a37102f664e36bc (patch) | |
tree | f298bfdac757aa3be6625b4f21112acc4c8b90e3 | |
parent | 5bc1e0de36dd151ee44dd6588eb794027bd89a07 (diff) |
m_ssl_openssl Remove bogus errno assignment from CloseSession()
-rw-r--r-- | src/modules/extra/m_ssl_openssl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/extra/m_ssl_openssl.cpp b/src/modules/extra/m_ssl_openssl.cpp index e9b5c4052..663926c4f 100644 --- a/src/modules/extra/m_ssl_openssl.cpp +++ b/src/modules/extra/m_ssl_openssl.cpp @@ -660,7 +660,6 @@ class ModuleSSLOpenSSL : public Module session->sess = NULL; session->status = ISSL_NONE; - errno = EIO; } void VerifyCertificate(issl_session* session, StreamSocket* user) |