aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_openid_connect.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2020-12-15 15:52:27 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2020-12-15 15:52:27 +0900
commit90cab809e8adaa868155e3325f04bcdbfe26fe60 (patch)
treef2be2d9b6313665a0c2ae27b739d2051a93a019d /src/reclaim/plugin_rest_openid_connect.c
parentf6d7bdb03778a9feb3a9c53e67048d3aee9c7d48 (diff)
downloadgnunet-90cab809e8adaa868155e3325f04bcdbfe26fe60.tar.gz
gnunet-90cab809e8adaa868155e3325f04bcdbfe26fe60.zip
fixes
Diffstat (limited to 'src/reclaim/plugin_rest_openid_connect.c')
-rw-r--r--src/reclaim/plugin_rest_openid_connect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c
index 698dbfe18..5eb1ff093 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -2243,6 +2243,7 @@ consume_ticket (void *cls,
2243 atle->presentation = GNUNET_RECLAIM_presentation_new (pres->type, 2243 atle->presentation = GNUNET_RECLAIM_presentation_new (pres->type,
2244 pres->data, 2244 pres->data,
2245 pres->data_size); 2245 pres->data_size);
2246 atle->presentation->credential_id = pres->credential_id;
2246 GNUNET_CONTAINER_DLL_insert (handle->presentations->list_head, 2247 GNUNET_CONTAINER_DLL_insert (handle->presentations->list_head,
2247 handle->presentations->list_tail, 2248 handle->presentations->list_tail,
2248 atle); 2249 atle);