mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
return success on poh command
This commit is contained in:
parent
94f272e8e2
commit
80a9f3acb2
@ -213,6 +213,8 @@ ipmi_chassis_poh(struct ipmi_intf * intf)
|
|||||||
|
|
||||||
printf("POH Counter : %li hours total (%li days, %li hours)\n",
|
printf("POH Counter : %li hours total (%li days, %li hours)\n",
|
||||||
(long)count, (long)(count / 24), (long)(count % 24));
|
(long)count, (long)(count / 24), (long)(count % 24));
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user