mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-25 14:51:35 +00:00
return success on poh command
This commit is contained in:
@@ -213,6 +213,8 @@ ipmi_chassis_poh(struct ipmi_intf * intf)
|
||||
|
||||
printf("POH Counter : %li hours total (%li days, %li hours)\n",
|
||||
(long)count, (long)(count / 24), (long)(count % 24));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user