summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/adsl.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm
index da89fa44b..7a109f3c1 100644
--- a/perl-install/network/adsl.pm
+++ b/perl-install/network/adsl.pm
@@ -28,7 +28,7 @@ sub configure {
Some connections use pptp, a few use dhcp.
If you don't know, choose 'use pppoe'"),
[ sort values %l ],
- $l{ find { defined $netc->{autodetect}{adsl}{$_} } keys %l }
+ $l{ find { $netc->{autodetect}{adsl}{$_} } keys %l }
) or return;
$type =~ s/use //;
if ($type eq 'pppoe') {