diff options
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-x | perl-install/standalone/drakconnect | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |