diff mod_sasl2_sm/mod_sasl2_sm.lua @ 5034:f7eaf73b8f30

mod_sasl2_sm: Fix typo
author Matthew Wild <mwild1@gmail.com>
date Sat, 03 Sep 2022 18:09:04 +0100
parents 3e79876d135b
children baebe7452903
line wrap: on
line diff
--- a/mod_sasl2_sm/mod_sasl2_sm.lua	Sat Sep 03 17:58:03 2022 +0100
+++ b/mod_sasl2_sm/mod_sasl2_sm.lua	Sat Sep 03 18:09:04 2022 +0100
@@ -67,7 +67,7 @@
 			:add_error(err);
 	else
 		event.sasl2_sm_success = enabled; -- To be called after sending final SASL response
-		sm_result = st.stanze("enabled", {
+		sm_result = st.stanza("enabled", {
 			xmlns = xmlns_sm;
 			id = enabled.id;
 			resume = enabled.id and "1" or nil;