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:
parent
c42a12eccb
commit
45ad17704f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user