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