net/dns: Fixed regression causing nameserver initialization to fail on Windows

Wed, 02 Sep 2009 19:23:02 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 02 Sep 2009 19:23:02 +0500
changeset 1729
2876a0ecceab
parent 1728
cb4c94b47d53
child 1733
d55ee6c66910

net/dns: Fixed regression causing nameserver initialization to fail on Windows

net/dns.lua file | annotate | diff | comparison | revisions
--- a/net/dns.lua	Wed Sep 02 19:22:06 2009 +0500
+++ b/net/dns.lua	Wed Sep 02 19:23:02 2009 +0500
@@ -17,6 +17,7 @@
 require 'socket'
 local ztact = require 'util.ztact'
 local require = require
+local os = os;
 
 local coroutine, io, math, socket, string, table =
       coroutine, io, math, socket, string, table

mercurial