diff options
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r-- | perl-install/authentication.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 9b0f9d3be..30afb9e16 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -556,7 +556,6 @@ sub set_pam_authentication { @para = difference2(\@para, \@para_for_last); my ($before_noask, $ask) = partition { $_ eq 'castella' } @{$special{$type}}; - my ($before, $after) = partition { $_ eq 'krb5' } @$ask; if (!@$ask) { @para_for_last = grep { $_ ne 'use_first_pass' } @para_for_last; |