diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-01-21 16:43:41 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-01-21 16:43:41 +0100 |
commit | a1faf5df612a960f2949db30f64ff8c4e5e50deb (patch) | |
tree | a3d78698a3660a92bdcab6c44598360ea706b488 | |
parent | 5a889bfcdaad12bb7d6bc8a7916210c6db8c6014 (diff) |
this is correct, we must start that task
-rw-r--r-- | src/lib/auditor_api_handle.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c index 2c33c85ba..fffbd39d0 100644 --- a/src/lib/auditor_api_handle.c +++ b/src/lib/auditor_api_handle.c @@ -451,10 +451,8 @@ TALER_AUDITOR_connect (struct GNUNET_CURL_Context *ctx, auditor->url = GNUNET_strdup (url); auditor->version_cb = version_cb; auditor->version_cb_cls = version_cb_cls; - #if FIX_CHRISTIAN auditor->retry_task = GNUNET_SCHEDULER_add_now (&request_version, auditor); - #endif return auditor; } |