From aad6c3c311265e53964cace90276755bbbfdea06 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 25 Mar 2013 21:08:26 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/perl/xCAT/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/Template.pm b/xCAT-server/lib/perl/xCAT/Template.pm index 828c117ab..f010e199b 100644 --- a/xCAT-server/lib/perl/xCAT/Template.pm +++ b/xCAT-server/lib/perl/xCAT/Template.pm @@ -371,7 +371,7 @@ sub windows_dns_cfg { $componentxml.="$_\r\n"; $idx+=1; } - $componentxml .= "\r\n\r\n\r\n"; + $componentxml .= "\r\n\r\n\r\n\r\n"; return $componentxml; } #this will examine table data, decide *if* a Microsoft-Windows-UnattendedJoin is warranted