Software /
code /
prosody
Diff
net/adns.lua @ 8285:433b2a41351f
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 29 Sep 2017 13:45:03 +0200 |
parent | 8280:9ca0e3128b62 |
child | 8555:4f0f5b49bb03 |
line wrap: on
line diff
--- a/net/adns.lua Fri Sep 29 10:50:27 2017 +0200 +++ b/net/adns.lua Fri Sep 29 13:45:03 2017 +0200 @@ -12,6 +12,7 @@ local log = require "util.logger".init("adns"); local coroutine, tostring, pcall = coroutine, tostring, pcall; +local setmetatable = setmetatable; local function dummy_send(sock, data, i, j) return (j-i)+1; end