mod_sasl2_sm: Fix typo
authorMatthew Wild <mwild1@gmail.com>
Sat, 03 Sep 2022 18:09:04 +0100
changeset 5038 f7eaf73b8f30
parent 5037 9afd98178011
child 5039 baebe7452903
mod_sasl2_sm: Fix typo
mod_sasl2_sm/mod_sasl2_sm.lua
--- 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;