Mercurial > prosody-hg
diff plugins/mod_auth_internal_plain.lua @ 8060:71bdfdf6565d
Merge 0.10->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 04 Apr 2017 01:41:09 +0200 |
| parents | 4a9275594981 |
| children | 0d7d71dee0a0 |
line wrap: on
line diff
--- a/plugins/mod_auth_internal_plain.lua Mon Apr 03 00:59:44 2017 +0200 +++ b/plugins/mod_auth_internal_plain.lua Tue Apr 04 01:41:09 2017 +0200 @@ -66,7 +66,7 @@ function provider.get_sasl_handler() local getpass_authentication_profile = { - plain = function(sasl, username, realm) + plain = function(_, username, realm) local password = usermanager.get_password(username, realm); if not password then return "", nil;
