gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix #7047


From: gnunet
Subject: [taler-anastasis] branch master updated: fix #7047
Date: Sun, 21 Nov 2021 18:56:13 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 8e1adab  fix #7047
8e1adab is described below

commit 8e1adab1d9d32fbd4a6519e809b84b9f2518dfc9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 21 18:56:11 2021 +0100

    fix #7047
---
 src/lib/anastasis_recovery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/anastasis_recovery.c b/src/lib/anastasis_recovery.c
index 5bd21f3..528bbd1 100644
--- a/src/lib/anastasis_recovery.c
+++ b/src/lib/anastasis_recovery.c
@@ -1454,7 +1454,7 @@ ANASTASIS_recovery_abort (struct ANASTASIS_Recovery *r)
   GNUNET_free (r->ri.dps);
   for (unsigned int i = 0; i < r->ri.cs_len; i++)
   {
-    struct ANASTASIS_Challenge *cs = r->ri.cs[i];
+    struct ANASTASIS_Challenge *cs = &r->cs[i];
 
     if (NULL != cs->kslo)
     {

-- 
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]