net.resolvers.basic: Fix completion condition when IPv6 is disabled

Fixes mistake introduced in 5a71f14ab77c that made it so this ready()
newer got called and thus it would be stuck waiting for it.

Looks like the kind of thing that could have been introduced by a merge
or rebase.

Thanks MattJ
This commit is contained in:
Kim Alvefur 2021-03-15 23:09:42 +01:00
parent 90e4a09661
commit 409c611a37

View file

@ -74,6 +74,8 @@ function methods:next(cb)
end
ready();
end, self.hostname, "AAAA", "IN");
else
ready();
end
if self.extra and self.extra.use_dane == true then