gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: RECLAIM/OIDC: fix issue att


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: RECLAIM/OIDC: fix issue attrs
Date: Sat, 27 Apr 2019 13:19:22 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c17d94f2c RECLAIM/OIDC: fix issue attrs
c17d94f2c is described below

commit c17d94f2c43df8fcfb3dd75ea7157eb43fa59c33
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sat Apr 27 13:19:08 2019 +0200

    RECLAIM/OIDC: fix issue attrs
---
 src/reclaim/plugin_rest_openid_connect.c | 2 ++
 1 file changed, 2 insertions(+)

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,
                                                   attr->type,
                                                   attr->data,
                                                   attr->data_size);
+  le->claim->id = attr->id;
+  le->claim->version = attr->version;
   GNUNET_CONTAINER_DLL_insert (handle->attr_list->list_head,
                                handle->attr_list->list_tail,
                                le);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]