mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-01-21 08:34:29 +08:00
ID:414 - ekanalyzer frushow fails to show 'Product Info' correctly
Commit removes redundant fread() which led to 'ekanalyzer frushow' not to show 'Product Info' correctly.
This commit is contained in:
parent
b8ca3cac3a
commit
dc5dead291
@ -2868,7 +2868,6 @@ ipmi_ek_display_product_info_area(FILE *input_file, long offset)
|
|||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
fread(&data, 1, 1, input_file);
|
|
||||||
printf("Language Code: %d\n", data);
|
printf("Language Code: %d\n", data);
|
||||||
len--;
|
len--;
|
||||||
/* Product Mfg */
|
/* Product Mfg */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user