aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_openid_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/plugin_rest_openid_connect.c')
-rw-r--r--src/reclaim/plugin_rest_openid_connect.c6
1 files changed, 0 insertions, 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)
1041 &oidc_attest_collect_finished_cb, 1041 &oidc_attest_collect_finished_cb,
1042 handle); 1042 handle);
1043 1043
1044 handle->idp_op = GNUNET_RECLAIM_ticket_issue (handle->idp,
1045 &handle->priv_key,
1046 &handle->oidc->client_pkey,
1047 handle->attr_list,
1048 &oidc_ticket_issue_cb,
1049 handle);
1050} 1044}
1051 1045
1052 1046