From 2daaf1531092836c12b32c1c05261f598575fbb3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Jul 2021 13:42:07 +0200 Subject: -fix minor enum confusions --- src/restclient/anastasis_api_config.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/restclient/anastasis_api_config.c') diff --git a/src/restclient/anastasis_api_config.c b/src/restclient/anastasis_api_config.c index cf0846b..8a479f4 100644 --- a/src/restclient/anastasis_api_config.c +++ b/src/restclient/anastasis_api_config.c @@ -285,11 +285,10 @@ ANASTASIS_get_config (struct GNUNET_CURL_Context *ctx, CURL *eh; eh = ANASTASIS_curl_easy_get_ (co->url); - co->job = GNUNET_CURL_job_add2 (ctx, - eh, - GNUNET_NO, - &handle_config_finished, - co); + co->job = GNUNET_CURL_job_add (ctx, + eh, + &handle_config_finished, + co); } if (NULL == co->job) { -- cgit v1.2.3