summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-02-17 07:25:37 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-02-17 07:25:37 +0000
commit3b5176d96695968a899bf0efa882c23269e130d0 (patch)
treea8df00cc9ae86566e46acc10b5f5f4f4b3c0db49 /perl-install/standalone/drakconnect
parent210d6d78b10d5b22023ba2df52726a66b1dc25bd (diff)
downloaddrakx-backup-do-not-use-3b5176d96695968a899bf0efa882c23269e130d0.tar
drakx-backup-do-not-use-3b5176d96695968a899bf0efa882c23269e130d0.tar.gz
drakx-backup-do-not-use-3b5176d96695968a899bf0efa882c23269e130d0.tar.bz2
drakx-backup-do-not-use-3b5176d96695968a899bf0efa882c23269e130d0.tar.xz
drakx-backup-do-not-use-3b5176d96695968a899bf0efa882c23269e130d0.zip
perl generate undef indefinitely from the void
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 14bacd7f1..c87812143 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -67,7 +67,7 @@ import ugtk2 qw(:helpers :wrappers :create);
my $expert_mode = 0;
network::netconnect::read_net_conf('', $netcnx, $netc);
modules::load_category('net');
-my @all_cards = network::ethernet::conf_network_card_backend($netc, $intf, undef, undef, undef, undef);
+my @all_cards = network::ethernet::conf_network_card_backend($netc, $intf);
network::netconnect::load_conf($netcnx, $netc, $intf);
my $window1 = ugtk2->new('drakconnect');