3461 Undefined subroutine &xCAT::FSPUtils::defiend called at /opt/xcat/lib/perl/xCAT/FSPUtils.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15801 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -76,7 +76,7 @@ sub getHcpAttribs | ||||
|             push @{$ppchash{$tmp_parent}{children}}, $tmp_node; | ||||
| 	    #push @{$ppchash{$tmp_parent}}, $tmp_node; | ||||
|         } | ||||
|         if (defined($tmp_node) && defiend($tmp_type) && ($tmp_type eq "blade") && defined($entry->{hcp})) { | ||||
|         if (defined($tmp_node) && defined($tmp_type) && ($tmp_type eq "blade") && defined($entry->{hcp})) { | ||||
|             push @{$ppchash{$tmp_node}{children}}, $entry->{hcp}; | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user