From beaef42aa133b896cafb5ad254081aa680df2d20 Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Mon, 15 Sep 2003 21:04:18 +0000 Subject: initialize $adsl, fix #5674 and pppoe.conf problems --- perl-install/network/adsl.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 68004cc37..9844b2b64 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -109,6 +109,7 @@ sub adsl_detect { sub adsl_conf { my ($adsl, $netc, $intf, $adsl_type) = @_; + $adsl ||= {}; adsl_conf_step_1: adsl_ask_info($adsl, $netc, $adsl_type) or return; -- cgit v1.2.1