summaryrefslogtreecommitdiff
path: root/src/lib/sync_api_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-30 13:49:12 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-30 13:49:17 +0200
commit118c2bb48f2ebc13734df9d208c285934622a475 (patch)
treeab5585c193c4f6c222f518d4c9fa8bbe84c431f6 /src/lib/sync_api_download.c
parent761e91ba9f43aee658ccb970966a2cc4b4ad5b35 (diff)
downloadsync-118c2bb48f2ebc13734df9d208c285934622a475.tar.gz
sync-118c2bb48f2ebc13734df9d208c285934622a475.tar.bz2
sync-118c2bb48f2ebc13734df9d208c285934622a475.zip
-fix misc enum confusions
Diffstat (limited to 'src/lib/sync_api_download.c')
-rw-r--r--src/lib/sync_api_download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sync_api_download.c b/src/lib/sync_api_download.c
index e7e90cd..9a7c8f5 100644
--- a/src/lib/sync_api_download.c
+++ b/src/lib/sync_api_download.c
@@ -294,7 +294,7 @@ SYNC_download (struct GNUNET_CURL_Context *ctx,
download->cb_cls = cb_cls;
download->job = GNUNET_CURL_job_add_raw (ctx,
eh,
- GNUNET_NO,
+ NULL,
&handle_download_finished,
download);
return download;