net/dns.lua

changeset 2293
8c10f13c0c20
parent 2082
1381b2071c2e
child 2300
e182b5029ef2
--- a/net/dns.lua	Wed Dec 02 20:31:54 2009 +0000
+++ b/net/dns.lua	Wed Dec 02 20:32:44 2009 +0000
@@ -726,7 +726,7 @@
 			local packet = sock:receive();
 			if packet then
 				response = self:decode(packet);
-				if response and self.active[response.header.id] 
+				if response and self.active[response.header.id]
 					and self.active[response.header.id][response.question.raw] then
 					--print('received response');
 					--self.print(response);

mercurial