summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/watchdog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/watchdog.cpp b/app/watchdog.cpp
index 7b04faa..da83ca3 100644
--- a/app/watchdog.cpp
+++ b/app/watchdog.cpp
@@ -125,7 +125,7 @@ ipmi_ret_t ipmi_app_reset_watchdog(
char *busname = NULL;
// Current properties of the watchdog daemon.
- bool enabled = false;
+ int enabled = 0;
uint64_t interval = 0;
// Status code.
OpenPOWER on IntegriCloud