summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-06-12 18:35:54 +0000
committerOlivier Blin <oblin@mandriva.com>2008-06-12 18:35:54 +0000
commit98a62c6746cfcaaa36b81035056fabc72aa74d23 (patch)
tree891779c1a44aa1425f537375b3450a7b67f8cbf8 /perl-install/authentication.pm
parentca4a18b18a2e7d4381368545fd0ed7ce512c8a3a (diff)
downloaddrakx-98a62c6746cfcaaa36b81035056fabc72aa74d23.tar
drakx-98a62c6746cfcaaa36b81035056fabc72aa74d23.tar.gz
drakx-98a62c6746cfcaaa36b81035056fabc72aa74d23.tar.bz2
drakx-98a62c6746cfcaaa36b81035056fabc72aa74d23.tar.xz
drakx-98a62c6746cfcaaa36b81035056fabc72aa74d23.zip
remove unused variable
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm2
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} },