From 8ee461f60aa70a70ecc75c9c64dd1ecdbee4fa3e Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 25 Jan 2023 18:11:26 -0500 Subject: [PATCH] enable all ipv4 adresses even if one is already enabled --- libi2pd/RouterContext.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libi2pd/RouterContext.cpp b/libi2pd/RouterContext.cpp index 4188fa47..54817b2e 100644 --- a/libi2pd/RouterContext.cpp +++ b/libi2pd/RouterContext.cpp @@ -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;