Browse Source

enable all ipv4 adresses even if one is already enabled

pull/1861/head
orignal 1 year ago
parent
commit
8ee461f60a
  1. 4
      libi2pd/RouterContext.cpp

4
libi2pd/RouterContext.cpp

@ -749,10 +749,6 @@ namespace i2p @@ -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…
Cancel
Save