From 52342db56170d1305eb24d61e6b48f43775c091c Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Tue, 20 Apr 2004 14:05:04 +0000 Subject: remove unneeded @all_cards initialisation in reread_net_conf --- perl-install/standalone/drakconnect | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index ba3c1fe22..f3f0447bb 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -999,7 +999,6 @@ Please run \"Internet access\" in control center.")); sub reread_net_conf() { network::netconnect::read_net_conf('', $netcnx, $netc); modules::load_category('net'); - @all_cards = network::ethernet::get_eth_cards(); network::netconnect::load_conf($netcnx, $netc, $intf); network::network::probe_netcnx_type('', $netc, $intf, $netcnx); } -- cgit v1.2.1