mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01:00
enable all ipv4 adresses even if one is already enabled
This commit is contained in:
parent
4de6201b84
commit
8ee461f60a
|
@ -749,10 +749,6 @@ namespace i2p
|
|||
|
||||
void RouterContext::SetSupportsV4 (bool supportsV4)
|
||||
{
|
||||
// check if updates
|
||||
if (supportsV4 && SupportsV4 ()) return;
|
||||
if (!supportsV4 && !SupportsV4 ()) return;
|
||||
// update
|
||||
if (supportsV4)
|
||||
{
|
||||
bool foundNTCP2 = false, foundSSU2 = false;
|
||||
|
|
Loading…
Reference in a new issue