diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-27 20:32:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-27 20:32:07 +0100 |
commit | fbe1514b2241ec77af20f5d8a50183fcaa1155c6 (patch) | |
tree | c6d83c71f821d32f27be2a7d027d65ae9e73dc8a | |
parent | 141015969be5bcdcd231cfa639250a537456255e (diff) | |
download | anastasis-fbe1514b2241ec77af20f5d8a50183fcaa1155c6.tar.gz anastasis-fbe1514b2241ec77af20f5d8a50183fcaa1155c6.zip |
bugfix
-rw-r--r-- | src/testing/testing_cmd_challenge_answer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_cmd_challenge_answer.c b/src/testing/testing_cmd_challenge_answer.c index c9cb976..78f7404 100644 --- a/src/testing/testing_cmd_challenge_answer.c +++ b/src/testing/testing_cmd_challenge_answer.c | |||
@@ -444,7 +444,7 @@ challenge_start_run (void *cls, | |||
444 | ps = NULL; | 444 | ps = NULL; |
445 | } | 445 | } |
446 | if (GNUNET_OK != | 446 | if (GNUNET_OK != |
447 | ANASTASIS_challenge_start ((struct ANASTASIS_Challenge *) c, | 447 | ANASTASIS_challenge_start ((struct ANASTASIS_Challenge *) *c, |
448 | ps, | 448 | ps, |
449 | GNUNET_TIME_UNIT_ZERO, | 449 | GNUNET_TIME_UNIT_ZERO, |
450 | NULL, | 450 | NULL, |