mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:44:15 +00: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)
|
void RouterContext::SetSupportsV4 (bool supportsV4)
|
||||||
{
|
{
|
||||||
// check if updates
|
|
||||||
if (supportsV4 && SupportsV4 ()) return;
|
|
||||||
if (!supportsV4 && !SupportsV4 ()) return;
|
|
||||||
// update
|
|
||||||
if (supportsV4)
|
if (supportsV4)
|
||||||
{
|
{
|
||||||
bool foundNTCP2 = false, foundSSU2 = false;
|
bool foundNTCP2 = false, foundSSU2 = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user