aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-12-02 20:32:44 +0000
committerMatthew Wild <mwild1@gmail.com>2009-12-02 20:32:44 +0000
commit44066a08973f29598540253e317ef6f9b98d5133 (patch)
tree3e5a6aa406deb0e644c123ad78c6a614c53f68c3 /net
parent6df0af47765087bbe8e54ddc1272b303fcc875d2 (diff)
downloadprosody-44066a08973f29598540253e317ef6f9b98d5133.tar.gz
prosody-44066a08973f29598540253e317ef6f9b98d5133.zip
modulemanager, net.dns: Remove trailing whitespace
Diffstat (limited to 'net')
-rw-r--r--net/dns.lua2
1 files changed, 1 insertions, 1 deletions
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);