From 51df2d3686ec815590dc96dd8729aed5f8328d15 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 30 Sep 2015 22:16:47 +0200 Subject: typo --- mod_auth_custom/mod_auth_custom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_auth_custom/mod_auth_custom.lua b/mod_auth_custom/mod_auth_custom.lua index 424e3ab..184edf3 100644 --- a/mod_auth_custom/mod_auth_custom.lua +++ b/mod_auth_custom/mod_auth_custom.lua @@ -66,7 +66,7 @@ function get_sasl_handler() return new_sasl(module.host, { plain_test = function(sasl, ...) if is_real_user(username) then - return pam_auth(..); + return pam_auth(...); elseif is_alias(username) then if password == alias_pw(username) then return true, true; -- cgit v1.2.3