From a835e73a50c9b3e8e054046639159f9572b5a410 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 18 Mar 2005 14:32:08 +0000 Subject: adapt to new adsl_detect prototype --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index cef0b9146..7a3060908 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -231,7 +231,7 @@ our @tree = detector => sub { require network::adsl; my $a = network::adsl::adsl_detect(); - $a ? f(grep { $_ } values %$a) : (); + $a ? f(grep { @$_ } values %$a) : (); }, # we do not check these b/c this need user interaction (auth, ...): checked_on_boot => 0, -- cgit v1.2.1