mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-14 22:45:15 +00:00
fixed typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user