mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-05 11:24:19 +00:00
Bugfix for dnsseed introduced by dnslookup
This commit is contained in:
parent
7c05877df2
commit
e104c79374
@ -1062,7 +1062,7 @@ void DNSAddressSeed()
|
||||
|
||||
for (int seed_idx = 0; seed_idx < ARRAYLEN(strDNSSeed); seed_idx++) {
|
||||
vector<CAddress> vaddr;
|
||||
if (Lookup(strDNSSeed[seed_idx], vaddr, NODE_NETWORK, true))
|
||||
if (Lookup(strDNSSeed[seed_idx], vaddr, NODE_NETWORK, -1, true))
|
||||
{
|
||||
BOOST_FOREACH (CAddress& addr, vaddr)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user