gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix
Date: Wed, 04 Jul 2018 00:28:33 +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 76fc90b73 fix
     new 0a5105501 Merge branch 'master' of git+ssh://gnunet.org/gnunet
76fc90b73 is described below

commit 76fc90b73c0fe99379e600da48efbb5e5d080052
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Wed Jul 4 00:17:20 2018 +0200

    fix
---
 src/identity-provider/plugin_rest_identity_provider.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/identity-provider/plugin_rest_identity_provider.c 
b/src/identity-provider/plugin_rest_identity_provider.c
index a83163db2..f8176a101 100644
--- a/src/identity-provider/plugin_rest_identity_provider.c
+++ b/src/identity-provider/plugin_rest_identity_provider.c
@@ -844,7 +844,7 @@ revoke_ticket_cont (struct GNUNET_REST_RequestHandle 
*con_handle,
   rnd_json = GNUNET_JSONAPI_resource_read_attr (json_res,
                                                 "rnd");
   identity_json = GNUNET_JSONAPI_resource_read_attr (json_res,
-                                                     "identity");
+                                                     "issuer");
   audience_json = GNUNET_JSONAPI_resource_read_attr (json_res,
                                                      "audience");
   rnd_str = json_string_value (rnd_json);

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



reply via email to

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