diff options
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/network.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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). |