From ebdbb991f449d311075c8c9927348fde079d55d7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 21 Jul 2004 07:22:28 +0000 Subject: perl_checker fix --- perl-install/standalone/drakauth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakauth') diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth index d12d1e1ec..8fdb40896 100755 --- a/perl-install/standalone/drakauth +++ b/perl-install/standalone/drakauth @@ -21,7 +21,7 @@ my $authentication = {}; # TODO my $kind = authentication::to_kind($authentication); main: -$in->ask_from(N("Authentication"), authentication::kind2description($_), +$in->ask_from(N("Authentication"), authentication::kind2description(), [ { label => N("Authentication"), val => \$kind, type => 'list' , list => [ authentication::kinds() ], format => \&authentication::kind2name }, ]) or $in->exit; -- cgit v1.2.1