mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
terminate peer session if Charlie's RouterInfo not found
This commit is contained in:
parent
96c4463d39
commit
3544f77e90
|
@ -2118,7 +2118,9 @@ namespace transport
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LogPrint (eLogWarning, "SSU2: Peer test 4 Charlie's Router Info is not found");
|
LogPrint (eLogWarning, "SSU2: Peer test 4 router not found");
|
||||||
|
if (it->second.first)
|
||||||
|
it->second.first->Done ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue