aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-09-30 17:54:09 +0200
committerKim Alvefur <zash@zash.se>2018-09-30 17:54:09 +0200
commit2a66d6061bc633a9993c9af6a6b5f24af98de47b (patch)
tree0303429d30c54193205e3098f3cbbc6af58ccaeb /plugins
parent1cc5f7fe10b93d6aee713e24e4b5d76a790057f7 (diff)
downloadprosody-2a66d6061bc633a9993c9af6a6b5f24af98de47b.tar.gz
prosody-2a66d6061bc633a9993c9af6a6b5f24af98de47b.zip
mod_s2s: Fix previous commit
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_s2s/s2sout.lib.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_s2s/s2sout.lib.lua b/plugins/mod_s2s/s2sout.lib.lua
index fd461c12..5f765da8 100644
--- a/plugins/mod_s2s/s2sout.lib.lua
+++ b/plugins/mod_s2s/s2sout.lib.lua
@@ -175,7 +175,7 @@ function s2sout.try_connect(host_session, connect_host, connect_port, err)
if not err then
local IPs = {};
host_session.ip_hosts = IPs;
- :make
+ -- luacheck: ignore 231/handle4 231/handle6
local handle4, handle6;
local have_other_result = not(has_ipv4) or not(has_ipv6) or false;