Browse Source

don't use reset

pull/1169/head
Jeff Becker 6 years ago
parent
commit
623433099b
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
  1. 2
      libi2pd_client/SAM.cpp

2
libi2pd_client/SAM.cpp

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

Loading…
Cancel
Save