Software /
code /
prosody-modules
Diff
mod_sasl2/mod_sasl2.lua @ 4796:9c7635911c56
mod_sasl2: Silence [luacheck] warning
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 28 Nov 2021 20:07:06 +0100 |
parent | 4792:9d57aa79c5d9 |
child | 5018:ed2a9a4c4f01 |
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