summaryrefslogtreecommitdiff
path: root/src/lib/auditor_api_exchanges.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_exchanges.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_exchanges.c')
-rw-r--r--src/lib/auditor_api_exchanges.c1
1 files changed, 0 insertions, 1 deletions
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;