-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:
parent
19da13b60e
commit
915cdcfb67
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user