diff options
Diffstat (limited to 'src/lib/anastasis_recovery.c')
-rw-r--r-- | src/lib/anastasis_recovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
1454 | GNUNET_free (r->ri.dps); | 1454 | GNUNET_free (r->ri.dps); |
1455 | for (unsigned int i = 0; i < r->ri.cs_len; i++) | 1455 | for (unsigned int i = 0; i < r->ri.cs_len; i++) |
1456 | { | 1456 | { |
1457 | struct ANASTASIS_Challenge *cs = r->ri.cs[i]; | 1457 | struct ANASTASIS_Challenge *cs = &r->cs[i]; |
1458 | 1458 | ||
1459 | if (NULL != cs->kslo) | 1459 | if (NULL != cs->kslo) |
1460 | { | 1460 | { |