mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID:423 - Don't assume internal use area is present in ekanalyzer
... use information in FRU header instead. Patch by Hinko Kocevar.
This commit is contained in:
parent
9289aeb8c2
commit
e1897e2a1d
@ -2425,7 +2425,7 @@ ipmi_ek_display_fru_header_detail(char *filename)
|
||||
return (-1);
|
||||
}
|
||||
/*** Display FRU Internal Use Info ***/
|
||||
if (!feof(input_file)) {
|
||||
if (header.offset.internal != 0) {
|
||||
unsigned char format_version;
|
||||
unsigned long len = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user