Software /
code /
prosody
Changeset
9414:a48579a7b709
mod_s2s: Fix previous commit
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 30 Sep 2018 17:54:09 +0200 |
parents | 9413:127208a6107c |
children | 9415:02155a10c5e9 |
files | plugins/mod_s2s/s2sout.lib.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;