Diff

net/resolvers/manual.lua @ 12802:4a8740e01813

Merge 0.12->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 12 Dec 2022 07:10:54 +0100
parent 12589:39ae08180c81
line wrap: on
line diff
--- a/net/resolvers/manual.lua	Mon Dec 12 20:40:23 2022 +0100
+++ b/net/resolvers/manual.lua	Mon Dec 12 07:10:54 2022 +0100
@@ -1,6 +1,6 @@
 local methods = {};
 local resolver_mt = { __index = methods };
-local unpack = table.unpack or unpack; -- luacheck: ignore 113
+local unpack = table.unpack;
 
 -- Find the next target to connect to, and
 -- pass it to cb()