1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-27 13:14:15 +00:00

don't use reset

This commit is contained in:
Jeff Becker 2018-04-24 11:50:51 -04:00
parent 73b3fbc2da
commit 623433099b
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -25,7 +25,7 @@ namespace client
SAMSocket::~SAMSocket ()
{
m_Stream.reset ();
m_Stream = nullptr;
}
void SAMSocket::Terminate (const char* reason)