mod_sasl2: Silence [luacheck] warning
authorKim Alvefur <zash@zash.se>
Sun, 28 Nov 2021 20:07:06 +0100
changeset 4800 9c7635911c56
parent 4799 8849b4f68534
child 4801 1539ae696613
mod_sasl2: Silence [luacheck] warning
mod_sasl2/mod_sasl2.lua
--- 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