plugins/mod_auth_internal_plain.lua
changeset 5776 bd0ff8ae98a8
parent 5509 76744bda82be
child 5779 70bb0df1ffe7
--- a/plugins/mod_auth_internal_plain.lua	Fri Aug 09 16:03:48 2013 +0200
+++ b/plugins/mod_auth_internal_plain.lua	Fri Aug 09 17:48:21 2013 +0200
@@ -76,6 +76,6 @@
 	};
 	return new_sasl(host, getpass_authentication_profile);
 end
-	
+
 module:provides("auth", provider);