mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Backout 88d54bec26b7 prior to release, as it certainly requires more testing
This commit is contained in:
parent
cb1eeb2386
commit
76de073eea
1 changed files with 3 additions and 1 deletions
|
@ -862,7 +862,9 @@ function resolver:receive(rset) -- - - - - - - - - - - - - - - - - receive
|
|||
--self.print(response);
|
||||
|
||||
for j,rr in pairs(response.answer) do
|
||||
self:remember(rr, response.question[1].type)
|
||||
if rr.name:sub(-#response.question[1].name, -1) == response.question[1].name then
|
||||
self:remember(rr, response.question[1].type)
|
||||
end
|
||||
end
|
||||
|
||||
-- retire the query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue