return success on poh command

This commit is contained in:
Duncan Laurie 2005-02-01 00:08:04 +00:00
parent 94f272e8e2
commit 80a9f3acb2

View File

@ -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