# HG changeset patch # User Kim Alvefur # Date 1538322849 -7200 # Node ID a48579a7b709e1aa4c81e3ef10e9f9ec9c66123d # Parent 127208a6107c62710a99a2182aea959abdfd3f24 mod_s2s: Fix previous commit diff -r 127208a6107c -r a48579a7b709 plugins/mod_s2s/s2sout.lib.lua --- a/plugins/mod_s2s/s2sout.lib.lua Sun Sep 30 17:52:30 2018 +0200 +++ b/plugins/mod_s2s/s2sout.lib.lua Sun Sep 30 17:54:09 2018 +0200 @@ -175,7 +175,7 @@ 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;