aboutsummaryrefslogtreecommitdiffstats
path: root/net/adns.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-03-04 14:44:28 +0000
committerMatthew Wild <mwild1@gmail.com>2009-03-04 14:44:28 +0000
commit9ce14526c9aa1fa2d84c641ee60bee30da474918 (patch)
tree594966946dc1b3ff8cd56646cd74f724a5fa4a40 /net/adns.lua
parentfb3b7ee05fc4ea42fab38eb3208b54600e4c85c4 (diff)
downloadprosody-9ce14526c9aa1fa2d84c641ee60bee30da474918.tar.gz
prosody-9ce14526c9aa1fa2d84c641ee60bee30da474918.zip
net.adns: Load the correct dns lib
Diffstat (limited to 'net/adns.lua')
-rw-r--r--net/adns.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/adns.lua b/net/adns.lua
index fe35d2dd..21cec44b 100644
--- a/net/adns.lua
+++ b/net/adns.lua
@@ -1,5 +1,5 @@
local server = require "net.server";
-local dns = require "net.dns2";
+local dns = require "net.dns";
local log = require "util.logger".init("adns");