net.adns: Load the correct dns lib

Wed, 04 Mar 2009 14:44:28 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 04 Mar 2009 14:44:28 +0000
changeset 871
642af1bdf74e
parent 870
4fd5d8f1657c
child 872
24018ba2f7c0

net.adns: Load the correct dns lib

net/adns.lua file | annotate | diff | comparison | revisions
--- a/net/adns.lua	Wed Mar 04 12:59:35 2009 +0000
+++ b/net/adns.lua	Wed Mar 04 14:44:28 2009 +0000
@@ -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");
 

mercurial