diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-16 20:52:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-16 20:52:45 +0200 |
commit | 6bfe1eb75609fbcb6a8ef1b160d64140981c71e2 (patch) | |
tree | 9cbe5d9fdab05023eb1ac8787cbd9d481041d5a1 /src/lib/merchant_api_get_instances.c | |
parent | 9e2df4ccea8975257d151111000e1f89c071eac2 (diff) |
API change, #6188
Diffstat (limited to 'src/lib/merchant_api_get_instances.c')
-rw-r--r-- | src/lib/merchant_api_get_instances.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/merchant_api_get_instances.c b/src/lib/merchant_api_get_instances.c index 604267c0..a1930fd7 100644 --- a/src/lib/merchant_api_get_instances.c +++ b/src/lib/merchant_api_get_instances.c @@ -268,7 +268,6 @@ TALER_MERCHANT_instances_get (struct GNUNET_CURL_Context *ctx, igh->url)); igh->job = GNUNET_CURL_job_add (ctx, eh, - GNUNET_YES, &handle_instances_finished, igh); return igh; |