summaryrefslogtreecommitdiffstats
path: root/discover/paths.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/paths.c')
-rw-r--r--discover/paths.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/discover/paths.c b/discover/paths.c
index 7fcff9e..8d85619 100644
--- a/discover/paths.c
+++ b/discover/paths.c
@@ -383,6 +383,7 @@ struct load_url_result *load_url_async(void *ctx, struct pb_url *url,
task->async = async_cb != NULL;
task->result = talloc_zero(ctx, struct load_url_result);
task->result->task = task;
+ task->result->url = url;
task->process = process_create(task);
if (task->async) {
task->async_cb = async_cb;
OpenPOWER on IntegriCloud