mirror of https://github.com/Icinga/icinga2.git
parent
1302f7c841
commit
0c51857084
|
@ -292,6 +292,8 @@ void TlsStream::Close(void)
|
|||
(void) SSL_shutdown(m_SSL.get());
|
||||
m_SSL.reset();
|
||||
|
||||
SocketEvents::Unregister();
|
||||
|
||||
m_Socket->Close();
|
||||
|
||||
m_Eof = true;
|
||||
|
|
Loading…
Reference in New Issue