mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 11:07:23 +00:00
Removed display of sensor states that use event data 2 (Cannot determine state since it is only sent to SEL)
This commit is contained in:
parent
31bee2ebff
commit
60b62d4f34
@ -1664,7 +1664,8 @@ ipmi_sdr_print_discrete_state(const char *desc,
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (; evt->type != NULL; evt++) {
|
for (; evt->type != NULL; evt++) {
|
||||||
if (evt->code != typ)
|
if ((evt->code != typ) ||
|
||||||
|
(evt->data != 0xFF))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (pre == 0) {
|
if (pre == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user