From 54d8801940c5d004b9845a6723b99549940aa397 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 2 Mar 2004 15:46:37 +0000 Subject: fix doble ISDN detection (#6535) --- perl-install/network/isdn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/isdn.pm') diff --git a/perl-install/network/isdn.pm b/perl-install/network/isdn.pm index ed78f2841..20c4ceb32 100644 --- a/perl-install/network/isdn.pm +++ b/perl-install/network/isdn.pm @@ -211,7 +211,7 @@ sub isdn_detect_backend() { modules::set_options($c->{driver}, $c->{options} . " protocol=" . $isdn->{protocol}); } $c->{options} =~ /protocol=(\d)/ and $isdn->{protocol} = $1; - } modules::probe_category('network/isdn'), grep { $_->{driver} =~ /^ISDN:/ } detect_devices::probeall(); + } modules::probe_category('network/isdn'); $isdn; } -- cgit v1.2.1