diff options
author | Kim Alvefur <zash@zash.se> | 2016-07-08 22:01:10 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-07-08 22:01:10 +0200 |
commit | 7b3f79b2ec8c94a585354d442bc9680cea62c5a3 (patch) | |
tree | e5339d0c057334591e52af0777588890d51081a5 /net/adns.lua | |
parent | 8c0ca748b53ca43d707d86590f666bda5e908a81 (diff) | |
parent | 9741bdfb3887695e7021d793ce6a96eaf595ed2b (diff) | |
download | prosody-7b3f79b2ec8c94a585354d442bc9680cea62c5a3.tar.gz prosody-7b3f79b2ec8c94a585354d442bc9680cea62c5a3.zip |
Merge 0.10->trunk
Diffstat (limited to 'net/adns.lua')
-rw-r--r-- | net/adns.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/adns.lua b/net/adns.lua index d3da2065..0b7247ed 100644 --- a/net/adns.lua +++ b/net/adns.lua @@ -11,7 +11,6 @@ local dns = require "net.dns"; local log = require "util.logger".init("adns"); -local t_insert, t_remove = table.insert, table.remove; local coroutine, tostring, pcall = coroutine, tostring, pcall; local function dummy_send(sock, data, i, j) return (j-i)+1; end |