From dfce1a770adefa3e9f8bd4e8e63c8ae3771d5dca Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 9 May 2016 14:20:16 +0200 Subject: Removed local variable assignment to prevent portability issues --- plugins/plugin_pam_phase1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/plugin_pam_phase1 b/plugins/plugin_pam_phase1 index 4f15b4cf..a190bf16 100644 --- a/plugins/plugin_pam_phase1 +++ b/plugins/plugin_pam_phase1 @@ -76,7 +76,7 @@ case ${PAM_CONTROL_FLAG} in "optional"|"required"|"requisite"|"sufficient") #Debug "Found a common control flag: ${PAM_CONTROL_FLAG} for ${PAM_MODULE}" - local X=0 # do nothing + X=0 # do nothing ;; "other") LogText "Result: brackets used, ignoring control flags" -- cgit v1.2.3