-Fix syntax error in previous checkin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6465 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-06-15 15:28:05 +00:00
parent 19da13b60e
commit 915cdcfb67

View File

@ -1216,7 +1216,7 @@ sub addnet
push @netent, "zone $domain. {\n";
push @netent, " primary $ddnserver; key xcat_key; \n";
push @netent, " }\n";
foreach getzonesfornet($net,$mask) {
foreach (getzonesfornet($net,$mask)) {
push @netent, "zone $_. {\n";
push @netent, " primary $ddnserver; key xcat_key; \n";
push @netent, " }\n";