mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
pritnout incomign SAM connection
This commit is contained in:
parent
b1316dee7c
commit
78fc3876e6
1 changed files with 1 additions and 0 deletions
1
SAM.cpp
1
SAM.cpp
|
@ -474,6 +474,7 @@ namespace stream
|
|||
{
|
||||
if (stream)
|
||||
{
|
||||
LogPrint ("SAM incoming I2P connection for session ", m_ID);
|
||||
m_Stream = stream;
|
||||
auto session = m_Owner.FindSession (m_ID);
|
||||
if (session)
|
||||
|
|
Loading…
Add table
Reference in a new issue