Fix missing close tag on xml in last windows commit
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15666 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
42ae915878
commit
aad6c3c311
@ -371,7 +371,7 @@ sub windows_dns_cfg {
|
||||
$componentxml.="<IpAddress wcm:action=\"add\" wcm:keyValue=\"$idx\">$_</IpAddress>\r\n";
|
||||
$idx+=1;
|
||||
}
|
||||
$componentxml .= "</Interface>\r\n</Interfaces>\r\n</component>\r\n";
|
||||
$componentxml .= "</DNSServerSearchOrder>\r\n</Interface>\r\n</Interfaces>\r\n</component>\r\n";
|
||||
return $componentxml;
|
||||
}
|
||||
#this will examine table data, decide *if* a Microsoft-Windows-UnattendedJoin is warranted
|
||||
|
Loading…
Reference in New Issue
Block a user