From 44066a08973f29598540253e317ef6f9b98d5133 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 2 Dec 2009 20:32:44 +0000 Subject: modulemanager, net.dns: Remove trailing whitespace --- net/dns.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/dns.lua b/net/dns.lua index c50e893c..2c008940 100644 --- a/net/dns.lua +++ b/net/dns.lua @@ -726,7 +726,7 @@ function resolver:receive(rset) -- - - - - - - - - - - - - - - - - receive 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); -- cgit v1.2.3