gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix revocation of unknown key


From: gnunet
Subject: [taler-exchange] branch master updated: fix revocation of unknown key
Date: Tue, 16 Feb 2021 00:44:09 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 97e404e8 fix revocation of unknown key
97e404e8 is described below

commit 97e404e81a815f71550228e991a2c173f9d86cab
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 16 00:44:03 2021 +0100

    fix revocation of unknown key
---
 src/util/taler-exchange-secmod-eddsa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/taler-exchange-secmod-eddsa.c 
b/src/util/taler-exchange-secmod-eddsa.c
index 1c217e0b..ffd7b523 100644
--- a/src/util/taler-exchange-secmod-eddsa.c
+++ b/src/util/taler-exchange-secmod-eddsa.c
@@ -803,7 +803,7 @@ handle_revoke_request (const struct sockaddr_un *addr,
   struct Key *key;
   struct Key *nkey;
 
-  nkey = NULL;
+  key = NULL;
   for (struct Key *pos = keys_head; NULL != pos; pos = pos->next)
     if (0 == GNUNET_memcmp (&pos->exchange_pub,
                             &rr->exchange_pub))

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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