Software /
code /
prosody-modules
Changeset
4796:9c7635911c56
mod_sasl2: Silence [luacheck] warning
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 28 Nov 2021 20:07:06 +0100 |
parents | 4795:8849b4f68534 |
children | 4797:1539ae696613 |
files | mod_sasl2/mod_sasl2.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_sasl2/mod_sasl2.lua Sun Nov 28 20:05:23 2021 +0100 +++ b/mod_sasl2/mod_sasl2.lua Sun Nov 28 20:07:06 2021 +0100 @@ -35,7 +35,7 @@ local sasl_handler = usermanager_get_sasl_handler(host, origin) origin.sasl_handler = sasl_handler; - if sasl_handler.add_cb_handler then + if sasl_handler.add_cb_handler then -- luacheck: ignore 542 -- FIXME bring back channel binding end