don't update SSU2 port

This commit is contained in:
orignal 2022-03-17 14:47:00 -04:00
parent d467e6869d
commit 3643a46a0c

View File

@ -256,7 +256,7 @@ namespace i2p
bool updated = false;
for (auto& address : m_RouterInfo.GetAddresses ())
{
if (!address->IsNTCP2 () && address->port != port)
if (!address->IsNTCP2 () && !address->IsSSU2 () && address->port != port)
{
address->port = port;
updated = true;