diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-17 07:25:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-17 07:25:37 +0000 |
commit | 3b5176d96695968a899bf0efa882c23269e130d0 (patch) | |
tree | a8df00cc9ae86566e46acc10b5f5f4f4b3c0db49 /perl-install/standalone/drakconnect | |
parent | 210d6d78b10d5b22023ba2df52726a66b1dc25bd (diff) | |
download | drakx-3b5176d96695968a899bf0efa882c23269e130d0.tar drakx-3b5176d96695968a899bf0efa882c23269e130d0.tar.gz drakx-3b5176d96695968a899bf0efa882c23269e130d0.tar.bz2 drakx-3b5176d96695968a899bf0efa882c23269e130d0.tar.xz drakx-3b5176d96695968a899bf0efa882c23269e130d0.zip |
perl generate undef indefinitely from the void
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-x | perl-install/standalone/drakconnect | 2 |
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'); |