Software / code / prosody
Changeset
3191:b6388c4f9250
mod_auth_anonymous: Fixed a syntax error.
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Mon, 07 Jun 2010 04:22:49 +0500 |
| parents | 3190:c4069680a01c |
| children | 3192:8ad50989d79e |
| files | plugins/mod_auth_anonymous.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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()