From 37ccb62ff561ec440f5e3264f3d20fdcb48249c7 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 26 Feb 2003 15:27:27 +0000 Subject: small fixes. --- perl-install/network/network.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/network.pm') diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index 64e166935..60d103217 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -470,7 +470,7 @@ sub read_all_conf { $netcnx->{type} or probe_netcnx_type($prefix, $netc, $intf, $netcnx); } sub probe_netcnx_type { - my ($prefix, undef, $intf, $netcnx) = @_; + my ($prefix, $_netc, $intf, $netcnx) = @_; #- try to probe $netcnx->{type} which is used almost everywhere. unless ($netcnx->{type}) { #- ugly hack to determine network type (avoid saying not configured in summary). -- cgit v1.2.1