mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-01 10:13:35 +00:00
let event specific pef policies continue to print info
This commit is contained in:
@ -690,7 +690,7 @@ ipmi_pef_list_policies(struct ipmi_intf * intf)
|
|||||||
|
|
||||||
if (ptmp->entry.alert_string_key & PEF_POLICY_EVENT_SPECIFIC) {
|
if (ptmp->entry.alert_string_key & PEF_POLICY_EVENT_SPECIFIC) {
|
||||||
ipmi_pef_print_str("Event-specific", "true");
|
ipmi_pef_print_str("Event-specific", "true");
|
||||||
continue;
|
// continue;
|
||||||
}
|
}
|
||||||
wrk = ptmp->entry.chan_dest;
|
wrk = ptmp->entry.chan_dest;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user