From 3b5176d96695968a899bf0efa882c23269e130d0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 17 Feb 2003 07:25:37 +0000 Subject: perl generate undef indefinitely from the void --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakconnect') 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'); -- cgit v1.2.1