summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-09-14 07:41:29 +0000
committerOlivier Blin <oblin@mandriva.org>2004-09-14 07:41:29 +0000
commit02799a83b15dd3e8288af81c1cd8595202c73268 (patch)
tree1b9012cc6799a554002085611b7ff049330397b8 /perl-install/standalone/drakgw
parenta1a03584ae73aece691aef507a43e1cffa668119 (diff)
downloaddrakx-02799a83b15dd3e8288af81c1cd8595202c73268.tar
drakx-02799a83b15dd3e8288af81c1cd8595202c73268.tar.gz
drakx-02799a83b15dd3e8288af81c1cd8595202c73268.tar.bz2
drakx-02799a83b15dd3e8288af81c1cd8595202c73268.tar.xz
drakx-02799a83b15dd3e8288af81c1cd8595202c73268.zip
(get_eth_cards_names) remove unused parameter
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-xperl-install/standalone/drakgw2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw
index bfcdfeedc..4cf70cc1f 100755
--- a/perl-install/standalone/drakgw
+++ b/perl-install/standalone/drakgw
@@ -213,7 +213,7 @@ defined $card_netconnect and log::l("[drakgw] Information from netconnect: ignor
my $modules_conf = modules::any_conf->read;
my @all_cards = network::ethernet::get_eth_cards($modules_conf);
-my %net_devices = network::ethernet::get_eth_cards_names($modules_conf, @all_cards);
+my %net_devices = network::ethernet::get_eth_cards_names(@all_cards);
put_in_hash(\%net_devices, { 'ppp+' => 'ppp+', 'ippp+' => 'ippp+' });
$in->ask_from('',