diff options
author | Francois Pons <fpons@mandriva.com> | 2003-02-26 15:27:27 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-02-26 15:27:27 +0000 |
commit | 37ccb62ff561ec440f5e3264f3d20fdcb48249c7 (patch) | |
tree | f58c17c8209a86536642cf274cc9cf2ba9cc31c0 /perl-install/network/network.pm | |
parent | 043f679f3d49e43826ef8be26cdd662a37957179 (diff) | |
download | drakx-37ccb62ff561ec440f5e3264f3d20fdcb48249c7.tar drakx-37ccb62ff561ec440f5e3264f3d20fdcb48249c7.tar.gz drakx-37ccb62ff561ec440f5e3264f3d20fdcb48249c7.tar.bz2 drakx-37ccb62ff561ec440f5e3264f3d20fdcb48249c7.tar.xz drakx-37ccb62ff561ec440f5e3264f3d20fdcb48249c7.zip |
small fixes.
Diffstat (limited to 'perl-install/network/network.pm')
-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). |