]> git.ozlabs.org Git - petitboot/blobdiff - discover/device-handler.c
ui/ncurses: Reset console options on boot
[petitboot] / discover / device-handler.c
index 983c50909ef7f5900f916bb5cf4040b7bdf6d994..271b9880b45d633f5013f2de11ec4c038f149e3b 100644 (file)
@@ -534,6 +534,7 @@ static void _device_handler_vstatus(struct device_handler *handler,
        status.type = type;
        status.message = talloc_vasprintf(handler, fmt, ap);
        status.backlog = false;
+       status.boot_active = false;
 
        device_handler_status(handler, &status);