diff options
-rw-r--r-- | perl-install/authentication.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 21f9705ee..823eb7682 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -869,7 +869,7 @@ sub add_cafile() { sub auth() { my $in = interactive->vnew; - $file = $in->ask_from('', N(" "), [ + $in->ask_from('', N(" "), [ { label => N("Domain Windows for authentication : " , $authentication->{WINDOMAIN}) }, {}, { label => N("Domain Admin User Name"), val => \$authentication->{winuser} }, |