From ca11198f4034266b0f48b37e5871c44d1399aba6 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Mon, 19 Dec 2016 11:41:23 +1100 Subject: discover/paths: Add stdout callback parameter for load_url_async() Signed-off-by: Samuel Mendoza-Jonas --- discover/boot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'discover/boot.c') diff --git a/discover/boot.c b/discover/boot.c index 5347fd7..da7b946 100644 --- a/discover/boot.c +++ b/discover/boot.c @@ -522,7 +522,8 @@ static int start_url_load(struct boot_task *task, const char *name, if (!url) return 0; - *result = load_url_async(task, url, boot_process, task); + *result = load_url_async(task, url, boot_process, task, NULL, + task->status_arg); if (!*result) { update_status(task->status_fn, task->status_arg, STATUS_ERROR, _("Error loading %s"), name); -- cgit v1.1