Browse Source

fixed typo

pull/2072/head
orignal 4 months ago
parent
commit
2f847d62bb
  1. 2
      libi2pd/SSU2.cpp

2
libi2pd/SSU2.cpp

@ -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…
Cancel
Save