minor fix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9749 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-06-07 06:10:48 +00:00
parent 15500d97da
commit c555940043

View File

@ -148,7 +148,7 @@ sub mkhwconn_parse_args
}
#$nodetype = $nodetype_hash->{nodetype};
$nodetype = CAT::DBobjUtils->getnodetype($node);
$nodetype = xCAT::DBobjUtils->getnodetype($node);
$node_parent = $node_parent_hash->{parent};
if ( !$nodetype )
{