From 3f1a424f57a5331fe4639937045c5e5b7ba188f3 Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 24 Sep 2001 10:47:55 +0000 Subject: bug fix --- perl-install/network/netconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/netconnect.pm') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 79e605862..ea8c1574b 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -192,7 +192,7 @@ ifdown eth0 changed => sub { return if !$netc->{autodetection}; my $c = 0; - $conf{adsl} and $c++; +#- $conf{adsl} and $c++; $conf{cable} and $c++; my $a = keys(%{$netc->{autodetect}{lan}}); 0 < $a && $a <= $c and $conf{lan} = undef; -- cgit v1.2.1