diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-06-12 18:35:54 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-06-12 18:35:54 +0000 |
commit | 98a62c6746cfcaaa36b81035056fabc72aa74d23 (patch) | |
tree | 891779c1a44aa1425f537375b3450a7b67f8cbf8 /perl-install/authentication.pm | |
parent | ca4a18b18a2e7d4381368545fd0ed7ce512c8a3a (diff) | |
download | drakx-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.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} }, |