From 98a62c6746cfcaaa36b81035056fabc72aa74d23 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 12 Jun 2008 18:35:54 +0000 Subject: remove unused variable --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/authentication.pm') 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} }, -- cgit v1.2.1