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 ticket


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix ticket
Date: Wed, 04 Sep 2019 22:59:35 +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 b7141dbb7 fix ticket
b7141dbb7 is described below

commit b7141dbb7e85e93ad06a8efa3751372f8f81a2b1
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Wed Sep 4 22:57:35 2019 +0200

    fix ticket
---
 src/reclaim/oidc_helper.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/reclaim/oidc_helper.c b/src/reclaim/oidc_helper.c
index c11079fb2..fdf556248 100644
--- a/src/reclaim/oidc_helper.c
+++ b/src/reclaim/oidc_helper.c
@@ -44,7 +44,7 @@ struct OIDC_Parameters
   /**
    * The reclaim ticket
    */
-  const struct GNUNET_RECLAIM_Ticket *ticket;
+  struct GNUNET_RECLAIM_Ticket ticket;
 
   /**
    * The nonce
@@ -471,7 +471,7 @@ OIDC_build_authz_code (const struct 
GNUNET_CRYPTO_EcdsaPrivateKey *issuer,
   /** PLAINTEXT **/
   // Assign ticket
   memset (&params, 0, sizeof (params));
-  params.ticket = ticket;
+  params.ticket = *ticket;
   // Assign nonce
   nonce = 0;
   payload_len = sizeof (struct OIDC_Parameters);

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



reply via email to

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