From 3a110bca6e72f1ad21eab00b0ad64630c0bd2fa2 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Wed, 6 May 2020 18:29:47 +0200 Subject: called function twice --- src/reclaim/plugin_rest_openid_connect.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c index 09b3c8248..9c474d527 100644 --- a/src/reclaim/plugin_rest_openid_connect.c +++ b/src/reclaim/plugin_rest_openid_connect.c @@ -1041,12 +1041,6 @@ oidc_attr_collect_finished_cb (void *cls) &oidc_attest_collect_finished_cb, handle); - handle->idp_op = GNUNET_RECLAIM_ticket_issue (handle->idp, - &handle->priv_key, - &handle->oidc->client_pkey, - handle->attr_list, - &oidc_ticket_issue_cb, - handle); } -- cgit v1.2.3