aboutsummaryrefslogtreecommitdiff
path: root/src/restclient/anastasis_api_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/restclient/anastasis_api_config.c')
-rw-r--r--src/restclient/anastasis_api_config.c9
1 files changed, 4 insertions, 5 deletions
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,
285 CURL *eh; 285 CURL *eh;
286 286
287 eh = ANASTASIS_curl_easy_get_ (co->url); 287 eh = ANASTASIS_curl_easy_get_ (co->url);
288 co->job = GNUNET_CURL_job_add2 (ctx, 288 co->job = GNUNET_CURL_job_add (ctx,
289 eh, 289 eh,
290 GNUNET_NO, 290 &handle_config_finished,
291 &handle_config_finished, 291 co);
292 co);
293 } 292 }
294 if (NULL == co->job) 293 if (NULL == co->job)
295 { 294 {