mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Merge pull request #4137 from xuweibj/I4135
Fix issue 4135, the syntax error of openbmc.pm
This commit is contained in:
		| @@ -1101,7 +1101,7 @@ sub get_functional_software_ids { | ||||
|     # | ||||
|     if (${ $response->{data} }{'/xyz/openbmc_project/software/functional'} ) {  | ||||
|         my %func_data = %{ ${ $response->{data} }{'/xyz/openbmc_project/software/functional'} }; | ||||
|         foreach my $fw_idx (keys $func_data{endpoints}) { | ||||
|         foreach my $fw_idx (keys %{ $func_data{endpoints} }) { | ||||
|             my $fw_id = (split(/\//, $func_data{endpoints}[$fw_idx]))[-1]; | ||||
|             $functional{$fw_id} = 1; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user