From 12adaaa3d0cda182ae8ac157630d891944e13d37 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 30 Aug 1999 22:38:54 +0000 Subject: no_comment --- perl-install/network.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network.pm b/perl-install/network.pm index ca4a66f80..b3535301b 100644 --- a/perl-install/network.pm +++ b/perl-install/network.pm @@ -16,7 +16,7 @@ use log; sub read_conf { my ($file) = @_; my %netc = getVarsFromSh($file); - $netc->{dnsServer} = $netc->{NS0}; + $netc{dnsServer} = $netc{NS0}; \%netc; } -- cgit v1.2.1