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/exchange_api_reserves_get.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/exchange_api_reserves_get.c') diff --git a/src/lib/exchange_api_reserves_get.c b/src/lib/exchange_api_reserves_get.c index 0624f0d00..236cc0c73 100644 --- a/src/lib/exchange_api_reserves_get.c +++ b/src/lib/exchange_api_reserves_get.c @@ -301,7 +301,6 @@ TALER_EXCHANGE_reserves_get (struct TALER_EXCHANGE_Handle *exchange, ctx = TEAH_handle_to_context (exchange); rgh->job = GNUNET_CURL_job_add (ctx, eh, - GNUNET_NO, &handle_reserves_get_finished, rgh); return rgh; -- cgit v1.2.3