mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
03197f584d
2 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ function methods:next(cb)
|
|||
if not self.hostname then
|
||||
-- FIXME report IDNA error
|
||||
cb(nil);
|
||||
return;
|
||||
end
|
||||
|
||||
local targets = {};
|
||||
|
|
|
@ -29,6 +29,7 @@ function methods:next(cb)
|
|||
if not self.hostname then
|
||||
-- FIXME report IDNA error
|
||||
cb(nil);
|
||||
return;
|
||||
end
|
||||
|
||||
local targets = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue