mod_auth_anonymous: Fixed a syntax error.

This commit is contained in:
Waqas Hussain 2010-06-07 04:22:49 +05:00
parent 90f1fb98a0
commit 7e03b814ec

View file

@ -35,7 +35,7 @@ function new_default_provider(host)
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()