From ae5ac56139dd29e9c5138b7e9938b8c1da6eb04a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 20 Jul 2004 08:11:52 +0000 Subject: don't probe again connection type here since now network::netconnect::load_conf does it as intended initially --- perl-install/network/tools.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm index e360f5ab4..aae98c90d 100644 --- a/perl-install/network/tools.pm +++ b/perl-install/network/tools.pm @@ -194,7 +194,6 @@ sub reread_net_conf { network::netconnect::read_net_conf('', $netcnx, $netc); modules::load_category('net'); network::netconnect::load_conf($netcnx, $netc, $intf); - network::network::probe_netcnx_type('', $netc, $intf, $netcnx); } sub convert_wep_key_for_iwconfig { -- cgit v1.2.1