summaryrefslogtreecommitdiff
path: root/src/lib/auditor_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-16 20:36:51 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-16 20:36:51 +0200
commit4fde76049ea383f73ff84f1331dba20180ad80e3 (patch)
treeddaa6099ac15528a6007fc3a9bbcbb68c17ec5ea /src/lib/auditor_api_handle.c
parentb9f1384b528b9257cef3c220a747be1c9df2f028 (diff)
downloadexchange-4fde76049ea383f73ff84f1331dba20180ad80e3.tar.gz
exchange-4fde76049ea383f73ff84f1331dba20180ad80e3.tar.bz2
exchange-4fde76049ea383f73ff84f1331dba20180ad80e3.zip
boolean argument removed in GNUNET_CURL_job_add (#6188)
Diffstat (limited to 'src/lib/auditor_api_handle.c')
-rw-r--r--src/lib/auditor_api_handle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c
index 731dcf0c3..fda7d4451 100644
--- a/src/lib/auditor_api_handle.c
+++ b/src/lib/auditor_api_handle.c
@@ -500,7 +500,6 @@ request_version (void *cls)
(long) 300));
vr->job = GNUNET_CURL_job_add (auditor->ctx,
eh,
- GNUNET_NO,
&version_completed_cb,
vr);
auditor->vr = vr;