mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-14 16:15:20 +00:00
fixed typo
This commit is contained in:
+1
-1
@@ -815,7 +815,7 @@ namespace transport
|
||||
if (relayTag) break;
|
||||
}
|
||||
}
|
||||
else if (i2p::data::IsRouterBanned (introducer.iH))
|
||||
else if (!i2p::data::IsRouterBanned (introducer.iH))
|
||||
newRouters.push_back (introducer.iH);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user