aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_openid_connect.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-27 13:19:08 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-27 13:19:08 +0200
commitc17d94f2c43df8fcfb3dd75ea7157eb43fa59c33 (patch)
treeaaae255f5a7745e761a42d44f5252fc73373e56c /src/reclaim/plugin_rest_openid_connect.c
parent2daceb88a897e29f5c49a4e8888991f32d97e610 (diff)
downloadgnunet-c17d94f2c43df8fcfb3dd75ea7157eb43fa59c33.tar.gz
gnunet-c17d94f2c43df8fcfb3dd75ea7157eb43fa59c33.zip
RECLAIM/OIDC: fix issue attrs
Diffstat (limited to 'src/reclaim/plugin_rest_openid_connect.c')
-rw-r--r--src/reclaim/plugin_rest_openid_connect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c
index 11d6d743d..0ef621536 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -980,6 +980,8 @@ oidc_attr_collect (void *cls,
980 attr->type, 980 attr->type,
981 attr->data, 981 attr->data,
982 attr->data_size); 982 attr->data_size);
983 le->claim->id = attr->id;
984 le->claim->version = attr->version;
983 GNUNET_CONTAINER_DLL_insert (handle->attr_list->list_head, 985 GNUNET_CONTAINER_DLL_insert (handle->attr_list->list_head,
984 handle->attr_list->list_tail, 986 handle->attr_list->list_tail,
985 le); 987 le);