summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--discover/device-handler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/discover/device-handler.c b/discover/device-handler.c
index 02ae688..95d2039 100644
--- a/discover/device-handler.c
+++ b/discover/device-handler.c
@@ -327,6 +327,8 @@ static int default_timeout(void *arg)
return 0;
}
+ handler->timeout_waiter = NULL;
+
pb_log("Timeout expired, booting default option %s\n", opt->option->id);
boot(handler, handler->default_boot_option, NULL,
OpenPOWER on IntegriCloud