Diff

net/resolvers/manual.lua @ 10434:8f709577fe8e

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Sat, 23 Nov 2019 23:12:01 +0100
parent 9691:e11e076f0eb8
child 12589:39ae08180c81
line wrap: on
line diff
--- a/net/resolvers/manual.lua	Sat Nov 23 23:11:03 2019 +0100
+++ b/net/resolvers/manual.lua	Sat Nov 23 23:12:01 2019 +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()