mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
p2p, refactor: drop unused DNSLookupFn param in LookupSubnet()
This commit is contained in:
@@ -64,7 +64,7 @@ FUZZ_TARGET(netbase_dns_lookup)
|
||||
}
|
||||
{
|
||||
CSubNet resolved_subnet;
|
||||
if (LookupSubNet(name, resolved_subnet, fuzzed_dns_lookup_function)) {
|
||||
if (LookupSubNet(name, resolved_subnet)) {
|
||||
assert(resolved_subnet.IsValid());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user