We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 845e8a4 + 3e6b2ef commit d88a7adCopy full SHA for d88a7ad
1 file changed
src/services/autoproxy/p3i2psam3.cpp
@@ -687,8 +687,7 @@ void p3I2pSam3::establishConnection(taskTicket *ticket)
687
688
struct Sam3Connection *connection;
689
{
690
- auto l = this->mLockSam3Access;
691
- RS_STACK_MUTEX(l);
+ RS_STACK_MUTEX(mLockSam3Access);
692
mSetting.session->silent = false;
693
connection = sam3StreamConnect(this->mSetting.session, wrapper->address.publicKey.c_str());
694
}
@@ -700,8 +699,7 @@ void p3I2pSam3::establishConnection(taskTicket *ticket)
700
699
} else {
701
wrapper->connection = connection;
702
703
704
705
this->mValidConnections.push_back(connection);
706
707
RS_DBG1("success");
0 commit comments