]> git.ozlabs.org Git - petitboot/blobdiff - discover/pxe-parser.c
discover: separate status-reporting function from boot() callback
[petitboot] / discover / pxe-parser.c
index 221fc30592feec0532f2c0eb0be72b573157c770..a0442152c0c949849b4de7a4d54b944520c0ed9c 100644 (file)
@@ -286,7 +286,7 @@ static void pxe_conf_parse_cb(struct load_url_result *result, void *data)
         */
        status.message = talloc_asprintf(conf, _("pxe: parsed config for %s"),
                                        conf->dc->conf_url->host);
-       device_handler_boot_status(handler, &status);
+       device_handler_status(handler, &status);
 
        talloc_free(buf);
 out_clean: