mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
Node Manager Feature, correct 1268194 missing break.
This commit is contained in:
parent
f1c6118c72
commit
ce861658c0
@ -2976,6 +2976,7 @@ ipmi_nm_set_range(struct ipmi_intf * intf, int argc, char **argv)
|
||||
lprintf(LOG_ERR,"Power minimum must be a positive integer.\n");
|
||||
return -1;
|
||||
}
|
||||
break;
|
||||
case 0x03: /* max */
|
||||
if (str2ushort(argv[1], &maximum) < 0) {
|
||||
lprintf(LOG_ERR,"Power maximum must be a positive integer.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user