mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
SSU2 address in config and RouterInfo
This commit is contained in:
parent
bb7c0fef20
commit
f184f550b9
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ namespace i2p
|
||||||
s2k.close ();
|
s2k.close ();
|
||||||
}
|
}
|
||||||
if (!m_SSU2Keys) NewSSU2Keys ();
|
if (!m_SSU2Keys) NewSSU2Keys ();
|
||||||
UpdateSSU2Address (false); // enable SSU2
|
UpdateSSU2Address (true); // enable SSU2
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
UpdateSSU2Address (false); // disable SSU2
|
UpdateSSU2Address (false); // disable SSU2
|
||||||
|
|
Loading…
Add table
Reference in a new issue