net/dns.lua
changeset 2763 083430330585
parent 2762 2bddf8b766f7
child 2788 fb47ac5ed04c
--- a/net/dns.lua	Thu Dec 03 01:10:08 2009 +0000
+++ b/net/dns.lua	Thu Dec 03 01:13:06 2009 +0000
@@ -745,7 +745,7 @@
 					if not next(self.active) then self:closeall(); end
 
 					-- was the query on the wanted list?
-					local q = response.question;
+					local q = response.question[1];
 					local cos = get(self.wanted, q.class, q.type, q.name);
 					if cos then
 						for co in pairs(cos) do