net/dns.lua
changeset 7530 936b78e9f399
parent 7503 4c519444d4a2
child 8157 6300394bb713
--- a/net/dns.lua	Thu Jul 28 16:14:39 2016 +0800
+++ b/net/dns.lua	Thu Jul 28 15:39:48 2016 +0800
@@ -22,8 +22,8 @@
 local coroutine, io, math, string, table =
       coroutine, io, math, string, table;
 
-local ipairs, next, pairs, print, setmetatable, tostring, assert, error, select, type, unpack=
-      ipairs, next, pairs, print, setmetatable, tostring, assert, error, select, type, table.unpack or unpack;
+local ipairs, next, pairs, print, setmetatable, tostring, assert, error, select, type =
+      ipairs, next, pairs, print, setmetatable, tostring, assert, error, select, type;
 
 local ztact = { -- public domain 20080404 lua@ztact.com
 	get = function(parent, ...)