mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.resolvers.basic: Indicate to callback if we have more targets available
This commit is contained in:
parent
3c5d7eaef1
commit
6050cd0da5
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ function methods:next(cb)
|
|||
return;
|
||||
end
|
||||
local next_target = table.remove(self.targets, 1);
|
||||
cb(next_target[1], next_target[2], next_target[3], next_target[4]);
|
||||
cb(next_target[1], next_target[2], next_target[3], next_target[4], not not self.targets[1]);
|
||||
return;
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue