mod_saslauth: Use correct varible name (thanks Roi)
authorKim Alvefur <zash@zash.se>
Sat, 08 Jul 2017 18:21:45 +0200
changeset 8225 67a9d2de2300
parent 8166 a55eb6c3b45c
child 8226 adfffc5b4e2a
mod_saslauth: Use correct varible name (thanks Roi)
plugins/mod_saslauth.lua
--- a/plugins/mod_saslauth.lua	Tue Jun 13 16:36:47 2017 +0200
+++ b/plugins/mod_saslauth.lua	Sat Jul 08 18:21:45 2017 +0200
@@ -105,7 +105,7 @@
 		end
 	end
 	if text and condition then
-		condition = connection .. ": " .. text;
+		condition = condition .. ": " .. text;
 	end
 	module:log("info", "SASL EXTERNAL with %s failed: %s", session.to_host, condition);