mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.9->0.10
This commit is contained in:
commit
99fd12af8f
2 changed files with 17 additions and 3 deletions
|
@ -853,9 +853,7 @@ function resolver:receive(rset) -- - - - - - - - - - - - - - - - - receive
|
|||
--self.print(response);
|
||||
|
||||
for j,rr in pairs(response.answer) do
|
||||
if rr.name:sub(-#response.question[1].name, -1) == response.question[1].name then
|
||||
self:remember(rr, response.question[1].type)
|
||||
end
|
||||
self:remember(rr, response.question[1].type)
|
||||
end
|
||||
|
||||
-- retire the query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue