mod_auth_anonymous: Fixed a syntax error.

Mon, 07 Jun 2010 04:22:49 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Mon, 07 Jun 2010 04:22:49 +0500
changeset 3195
b6388c4f9250
parent 3194
c4069680a01c
child 3196
8ad50989d79e

mod_auth_anonymous: Fixed a syntax error.

plugins/mod_auth_anonymous.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_auth_anonymous.lua	Mon Jun 07 04:07:40 2010 +0500
+++ b/plugins/mod_auth_anonymous.lua	Mon Jun 07 04:22:49 2010 +0500
@@ -35,7 +35,7 @@
 	end
 
 	function provider.create_user(username, password)
-		return nil, "Account creation/modification not supported."; end
+		return nil, "Account creation/modification not supported.";
 	end
 
 	function provider.get_sasl_handler()

mercurial