mod_auth_imap/auth_imap/sasl_imap.lib.lua
changeset 1343 7dbde05b48a9
parent 1200 34216cdffda6
child 1593 3e4d15ae2133
child 3767 f384669a9359
--- a/mod_auth_imap/auth_imap/sasl_imap.lib.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_auth_imap/auth_imap/sasl_imap.lib.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -103,7 +103,7 @@
 			local mech = cap:match("AUTH=(.*)");
 			if mech then
 				log("debug", "Supported SASL mechanism: %s", mech);
-				supported_mechs[mech] = mitm[mech] and true or nil; 
+				supported_mechs[mech] = mitm[mech] and true or nil;
 			end
 		end
 	end