summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/fetch.c b/content/fetch.c
index a1417fee9..4fdeffb3d 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -601,11 +601,11 @@ bool fetch_get_verifiable(struct fetch *fetch)
void
fetch_send_callback(fetch_msg msg, struct fetch *fetch, const void *data,
- unsigned long size)
+ unsigned long size, fetch_error_code errorcode)
{
/*LOG(("Fetcher sending callback. Fetch %p, fetcher %p data %p size %lu",
fetch, fetch->fetcher_handle, data, size)); */
- fetch->callback(msg, fetch->p, data, size);
+ fetch->callback(msg, fetch->p, data, size, errorcode);
}