fix UNKNOWN in User template

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2495 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-11-11 15:30:07 +00:00
parent c42a12eccb
commit 45ad17704f

View File

@ -835,6 +835,10 @@ sub compareoutput
{ # Host header
next;
}
if ($templateline =~ /UNKNOWN/)
{ # skip UNKNOWN header
next;
}
if ($skiphostline == 1)
{
$skiphostline = 0;
@ -1035,6 +1039,10 @@ sub diffoutput
{ # Host header
next;
}
if ($templateline =~ /UNKNOWN/)
{ # skip UNKNOWN HEADER
next;
}
if ($skiphostline == 1)
{
$skiphostline = 0;