-Fix variable name typo
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6204 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1050,7 +1050,7 @@ sub addnet | ||||
|         } | ||||
|         push @netent, "zone $domain. {\n"; | ||||
|         my $ddnserver = $nameservers; | ||||
|         $ddnsserver =~ s/,.*//; | ||||
|         $ddnserver =~ s/,.*//; | ||||
|         push @netent, "$domain. {\n"; | ||||
|         push @netent, "   primary $ddnserver; key xcat_key; \n"; | ||||
|         push @netent, " }\n"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user