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++) {
|
for (int seed_idx = 0; seed_idx < ARRAYLEN(strDNSSeed); seed_idx++) {
|
||||||
vector<CAddress> vaddr;
|
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)
|
BOOST_FOREACH (CAddress& addr, vaddr)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user