mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
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:
parent
90e4a09661
commit
409c611a37
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue