X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fdevice-handler.c;h=2e96c2b4b7e35e026bfb0c1772bfff9fd319f3c8;hp=20df8d11b5d9ea95c960409e90a4adec51de06b2;hb=211d7eb1de2d3a9cd97846deb9a85a934dae2981;hpb=4b06a4645e19830581505a675075773adc0857c2 diff --git a/discover/device-handler.c b/discover/device-handler.c index 20df8d1..2e96c2b 100644 --- a/discover/device-handler.c +++ b/discover/device-handler.c @@ -423,8 +423,6 @@ static void countdown_status(struct device_handler *handler, struct status status; status.type = STATUS_INFO; - status.progress = -1; - status.detail = NULL; status.message = talloc_asprintf(handler, _("Booting in %d sec: %s"), sec, opt->option->name); @@ -986,8 +984,6 @@ void device_handler_cancel_default(struct device_handler *handler) handler->default_boot_option = NULL; status.type = STATUS_INFO; - status.progress = -1; - status.detail = NULL; status.message = _("Default boot cancelled"); discover_server_notify_boot_status(handler->server, &status); @@ -1088,11 +1084,7 @@ void device_handler_process_url(struct device_handler *handler, struct param *param; status = talloc(handler, struct status); - status->type = STATUS_ERROR; - status->progress = 0; - status->detail = talloc_asprintf(status, - _("Received config URL %s"), url); if (!handler->network) { status->message = talloc_asprintf(handler,