X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fdevice-handler.c;h=271b9880b45d633f5013f2de11ec4c038f149e3b;hp=983c50909ef7f5900f916bb5cf4040b7bdf6d994;hb=2bc0df4aa35a89c5af7e54f459e2bbde20ca6a7e;hpb=646d77d8156ad72da1c24f734a029a525ba4bed9 diff --git a/discover/device-handler.c b/discover/device-handler.c index 983c509..271b988 100644 --- a/discover/device-handler.c +++ b/discover/device-handler.c @@ -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);