mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_auth_anonymous: Fixed a syntax error.
This commit is contained in:
parent
90f1fb98a0
commit
7e03b814ec
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue