mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03: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
|
||||
{
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user