Software /
code /
prosody
Diff
net/resolvers/manual.lua @ 11120:b2331f3dfeea
Merge 0.11->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 30 Sep 2020 09:50:33 +0100 |
parent | 9691:e11e076f0eb8 |
child | 12589:39ae08180c81 |
line wrap: on
line diff
--- a/net/resolvers/manual.lua Thu Oct 01 15:08:58 2020 +0100 +++ b/net/resolvers/manual.lua Wed Sep 30 09:50:33 2020 +0100 @@ -1,5 +1,6 @@ local methods = {}; local resolver_mt = { __index = methods }; +local unpack = table.unpack or unpack; -- luacheck: ignore 113 -- Find the next target to connect to, and -- pass it to cb()