From 4fde76049ea383f73ff84f1331dba20180ad80e3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 16 Jul 2020 20:36:51 +0200 Subject: boolean argument removed in GNUNET_CURL_job_add (#6188) --- src/lib/auditor_api_handle.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/auditor_api_handle.c') 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; -- cgit v1.2.3