mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-16 14:12:18 +02:00
fixed 'bad descriptor' exception
This commit is contained in:
parent
ec980edf56
commit
276d5097c1
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ namespace transport
|
|||
m_Socket.close ();
|
||||
transports.PeerDisconnected (shared_from_this ());
|
||||
m_Server.RemoveNTCPSession (shared_from_this ());
|
||||
LogPrint (eLogInfo, "NTCP session wiht ", m_Socket.remote_endpoint ()," terminated");
|
||||
LogPrint (eLogInfo, "NTCP session terminated");
|
||||
}
|
||||
|
||||
void NTCPSession::Connected ()
|
||||
|
|
Loading…
Add table
Reference in a new issue