mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
Add missing break; in switch block (Coverity CID 1149010).
This commit is contained in:
parent
a324db391c
commit
a06f8a26d4
@ -2422,6 +2422,7 @@ ipmi_sdr_print_sensor_oem_intel(struct ipmi_intf *intf,
|
||||
("Power Redundancy | PS@%02xh | nr\n",
|
||||
oem->data[8]);
|
||||
}
|
||||
break;
|
||||
case 9: /* SR2300, non-redundant, PSx present */
|
||||
if (verbose) {
|
||||
printf("Power Redundancy : Yes\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user