From ca4a18b18a2e7d4381368545fd0ed7ce512c8a3a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 12 Jun 2008 18:35:28 +0000 Subject: control is unused here --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 527cba940..21f9705ee 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -466,7 +466,7 @@ sub get_raw_pam_authentication() { my %before_deny; foreach (cat_("$::prefix/etc/pam.d/system-auth")) { #my ($type, $control, $module, @para) = split; - my ($type, $control, $other) = /(\S+)\s+(\[.*?\]|\S+)\s+(.*)/; + my ($type, $_control, $other) = /(\S+)\s+(\[.*?\]|\S+)\s+(.*)/; my ($module, @para) = split(' ', $other); if ($module = pam_module_from_path($module)) { #$before_deny{$type}{$module} = \@para if $control eq 'sufficient' && member($module, pam_modules()); -- cgit v1.2.1