mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-18 20:59:57 +00:00
don't request temination if session was not established
This commit is contained in:
parent
fbca27fe73
commit
530a078535
@ -294,8 +294,10 @@ namespace transport
|
||||
{
|
||||
m_TerminationReason = reason;
|
||||
SendTermination ();
|
||||
m_State = eSSU2SessionStateClosing;
|
||||
}
|
||||
m_State = eSSU2SessionStateClosing;
|
||||
else
|
||||
Done ();
|
||||
}
|
||||
|
||||
void SSU2Session::Established ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user