anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 8e1adab1d9d32fbd4a6519e809b84b9f2518dfc9
parent 12e1f2bf19e544c6070571058ae5fb461f9400b6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 21 Nov 2021 18:56:11 +0100

fix #7047

Diffstat:
Msrc/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 @@ -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) {