mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 09:50:19 +00:00
-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:
@ -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";
|
||||
|
Reference in New Issue
Block a user