if the nodehm.xcatmaster is not set, there is a problem. fixed it

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14434 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2012-11-27 06:21:36 +00:00
parent f2555cf60d
commit 981e545f62

View File

@ -828,7 +828,7 @@ sub subvars_for_mypostscript {
my $master = $::GLOBAL_TAB_HASH{noderes}{$node}{xcatmaster};
if( !defined($master) ) {
$::GLOBAL_TAB_HASH{noderes}{$node}{xcatmaster} = $::XCATSITEVALS{MASTER};
$::GLOBAL_TAB_HASH{noderes}{$node}{xcatmaster} = $::XCATSITEVALS{master};
}
#get the node type, service node or compute node