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_exchanges.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/auditor_api_exchanges.c') diff --git a/src/lib/auditor_api_exchanges.c b/src/lib/auditor_api_exchanges.c index 83cbc4bb4..a2e84f19f 100644 --- a/src/lib/auditor_api_exchanges.c +++ b/src/lib/auditor_api_exchanges.c @@ -236,7 +236,6 @@ TALER_AUDITOR_list_exchanges (struct TALER_AUDITOR_Handle *auditor, ctx = TALER_AUDITOR_handle_to_context_ (auditor); leh->job = GNUNET_CURL_job_add (ctx, eh, - GNUNET_NO, &handle_exchanges_finished, leh); return leh; -- cgit v1.2.3