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_wire.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/lib/exchange_api_wire.c') diff --git a/src/lib/exchange_api_wire.c b/src/lib/exchange_api_wire.c index 3ce35999..fec2b990 100644 --- a/src/lib/exchange_api_wire.c +++ b/src/lib/exchange_api_wire.c @@ -425,11 +425,10 @@ TALER_EXCHANGE_wire (struct TALER_EXCHANGE_Handle *exchange, return NULL; } ctx = TEAH_handle_to_context (exchange); - wh->job = GNUNET_CURL_job_add (ctx, - eh, - GNUNET_YES, - &handle_wire_finished, - wh); + wh->job = GNUNET_CURL_job_add_with_ct_json (ctx, + eh, + &handle_wire_finished, + wh); return wh; } -- cgit v1.2.3