this is correct, we must start that task

This commit is contained in:
Christian Grothoff 2019-01-21 16:43:41 +01:00
parent 5a889bfcda
commit a1faf5df61
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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;
}