aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_openid_connect.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 18:29:47 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 18:29:47 +0200
commit3a110bca6e72f1ad21eab00b0ad64630c0bd2fa2 (patch)
treecd2dd93706e0b874937a5f7c447bc933208d752c /src/reclaim/plugin_rest_openid_connect.c
parent0ecd5d693d2a7fa3e2897c77ed1f5f9566c9bebd (diff)
downloadgnunet-3a110bca6e72f1ad21eab00b0ad64630c0bd2fa2.tar.gz
gnunet-3a110bca6e72f1ad21eab00b0ad64630c0bd2fa2.zip
called function twice
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