# HG changeset patch # User Matthew Wild # Date 1665859583 -3600 # Node ID 1726050e9a4b477fb8e26caaafe1d6cd689a537d # Parent f158f18704c09f3dcf74b9211004b11216df9cb8 mod_sasl2_fast: Fix field name for returned secret diff -r f158f18704c0 -r 1726050e9a4b mod_sasl2_fast/mod_sasl2_fast.lua --- a/mod_sasl2_fast/mod_sasl2_fast.lua Sat Oct 15 19:45:53 2022 +0100 +++ b/mod_sasl2_fast/mod_sasl2_fast.lua Sat Oct 15 19:46:23 2022 +0100 @@ -142,7 +142,7 @@ event.success:tag("token", { xmlns = xmlns_fast; expiry = dt.datetime(token_info.expires_at); - token = token_info.token; + token = token_info.secret; }):up(); end end