mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed typo
This commit is contained in:
parent
df6d48dbae
commit
2f847d62bb
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ namespace transport
|
||||||
if (relayTag) break;
|
if (relayTag) break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (i2p::data::IsRouterBanned (introducer.iH))
|
else if (!i2p::data::IsRouterBanned (introducer.iH))
|
||||||
newRouters.push_back (introducer.iH);
|
newRouters.push_back (introducer.iH);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue