minor fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11605 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
6d8bfba2f3
commit
c5cd21f6e7
@ -1066,7 +1066,7 @@ sub resolve {
|
||||
my ($type) = grep(
|
||||
/^$::NODETYPE_LPAR|$::NODETYPE_OSI|$::NODETYPE_BPA|$::NODETYPE_FSP|$::NODETYPE_CEC|$::NODETYPE_FRAME$/,
|
||||
#split /,/, $ent->{nodetype} );
|
||||
split /,/, $$ttype{$node});
|
||||
split /,/, $ttype);
|
||||
|
||||
if ( !defined( $type )) {
|
||||
#return( "Invalid node type: $ent->{nodetype}" );
|
||||
|
Loading…
Reference in New Issue
Block a user