Mercurial > prosody-hg
diff plugins/mod_s2s/s2sout.lib.lua @ 9414:a48579a7b709
mod_s2s: Fix previous commit
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 30 Sep 2018 17:54:09 +0200 |
| parents | 127208a6107c |
| children | 744e08ac5596 |
line wrap: on
line diff
--- 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;
