fixed typo

This commit is contained in:
orignal
2026-03-27 13:37:07 -04:00
parent 01cddbf886
commit f7c33b3995
+1 -1
View File
@@ -1435,7 +1435,7 @@ namespace transport
bool Transports::IsTooManyConnectionsFromSubnet (std::shared_ptr<const i2p::data::RouterInfo> r) const
{
if (!r && !IsCheckReserved ()) return false;
if (!r || !IsCheckReserved ()) return false;
auto addresses = r->GetAddresses ();
if (!addresses) return false;
for (auto& address : *addresses)