diff options
Diffstat (limited to 'discover/pxe-parser.c')
-rw-r--r-- | discover/pxe-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/pxe-parser.c b/discover/pxe-parser.c index 221fc30..a044215 100644 --- a/discover/pxe-parser.c +++ b/discover/pxe-parser.c @@ -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: |