summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
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/drakconnect
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/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 0181251ea..7865916b4 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -202,7 +202,7 @@ sub manage {
$notebook->set_property('show-border', 0);
@all_cards = network::ethernet::get_eth_cards($modules_conf);
- my %name = network::ethernet::get_eth_cards_names($modules_conf, @all_cards);
+ my %name = network::ethernet::get_eth_cards_names(@all_cards);
foreach (keys %name) {
my $dev = /eth|ath|wlan/ ? $name{$_} : $_;
$p->{$dev} = {
@@ -657,7 +657,7 @@ sub del_intf() {
$in->exit(0);
}
@all_cards = network::ethernet::get_eth_cards($modules_conf);
- my %ethernet_names = network::ethernet::get_eth_cards_names($modules_conf, @all_cards);
+ my %ethernet_names = network::ethernet::get_eth_cards_names(@all_cards);
my $wiz =
{
defaultimage => "drakconnect.png",