gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fixes
Date: Wed, 04 Jul 2018 02:02:01 +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 a69d1a0fe fixes
a69d1a0fe is described below

commit a69d1a0fe703dd269982df7e50bc2c89bea63e07
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Wed Jul 4 02:01:57 2018 +0200

    fixes
---
 src/identity-provider/gnunet-service-identity-provider.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/identity-provider/gnunet-service-identity-provider.c 
b/src/identity-provider/gnunet-service-identity-provider.c
index 915e8bf44..7f71988f8 100644
--- a/src/identity-provider/gnunet-service-identity-provider.c
+++ b/src/identity-provider/gnunet-service-identity-provider.c
@@ -1385,6 +1385,7 @@ check_attr_error (void *cls)
   struct TicketRevocationHandle *rh = cls;
   GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
               "Unable to check for existing attribute\n");
+  rh->ns_qe = NULL;
   send_revocation_finished (rh, GNUNET_SYSERR);
   cleanup_revoke_ticket_handle (rh);
 }
@@ -1417,6 +1418,7 @@ check_attr_cb (void *cls,
   char* policy;
   uint32_t attr_ver;
 
+  rh->ns_qe = NULL;
   if (1 != rd_count) {
     GNUNET_SCHEDULER_add_now (&reenc_next_attribute,
                               rh);
@@ -1515,6 +1517,7 @@ attr_reenc_cont (void *cls,
   struct TicketRevocationHandle *rh = cls;
   struct GNUNET_IDENTITY_ATTRIBUTE_ClaimListEntry *le;
 
+  rh->ns_qe = NULL;
   if (GNUNET_SYSERR == success)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,

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



reply via email to

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