From 803fda7486e358dc79fc26884b40f4d739559da2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 30 Sep 2015 20:44:20 +0200 Subject: legacy 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 fc8d0c8..69a41e4 100644 --- a/mod_auth_custom/mod_auth_custom.lua +++ b/mod_auth_custom/mod_auth_custom.lua @@ -31,7 +31,7 @@ function test_password(username, password) return responses end }); - if h and h:authenticate() and h:endx(pam.PAM_SUCCESS) then + if h and h:authenticate() and h:endx(pam.SUCCESS) then return true, true; end return nil, true; -- cgit v1.2.3