From 80a9f3acb23eaf48825129e6de5266a04a1e6a95 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Tue, 1 Feb 2005 00:08:04 +0000 Subject: [PATCH] return success on poh command --- ipmitool/lib/ipmi_chassis.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipmitool/lib/ipmi_chassis.c b/ipmitool/lib/ipmi_chassis.c index 2b8cb44..08ad1fb 100644 --- a/ipmitool/lib/ipmi_chassis.c +++ b/ipmitool/lib/ipmi_chassis.c @@ -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