]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
m_ssl_openssl Remove bogus errno assignment from CloseSession()
authorAttila Molnar <attilamolnar@hush.com>
Wed, 15 Oct 2014 18:07:55 +0000 (20:07 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Wed, 15 Oct 2014 18:07:55 +0000 (20:07 +0200)
src/modules/extra/m_ssl_openssl.cpp

index e9b5c4052e1858e0472add603aa70138880bd14f..663926c4f3d84ef41461d1920a9f1a8df0c8c563 100644 (file)
@@ -660,7 +660,6 @@ class ModuleSSLOpenSSL : public Module
 
                session->sess = NULL;
                session->status = ISSL_NONE;
-               errno = EIO;
        }
 
        void VerifyCertificate(issl_session* session, StreamSocket* user)