diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/adsl.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |