mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	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:
		| @@ -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}" ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user