From e9c63cf3194aacb950026bec8ff2201f1d1f5418 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Apr 2022 14:32:53 +0200 Subject: fix #7218 and #7219 --- src/testing/testing_cmd_challenge_answer.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testing/testing_cmd_challenge_answer.c') diff --git a/src/testing/testing_cmd_challenge_answer.c b/src/testing/testing_cmd_challenge_answer.c index 88c4c2f..3472793 100644 --- a/src/testing/testing_cmd_challenge_answer.c +++ b/src/testing/testing_cmd_challenge_answer.c @@ -370,6 +370,9 @@ challenge_start_cb (void *af_cls, case ANASTASIS_CHALLENGE_START_STATUS_TAN_SENT_HINT_PROVIDED: GNUNET_break (0); /* FIXME: not implemented */ break; + case ANASTASIS_CHALLENGE_START_STATUS_TAN_ALREADY_SENT: + GNUNET_break (0); /* FIXME: not implemented */ + break; case ANASTASIS_CHALLENGE_START_STATUS_BANK_TRANSFER_REQUIRED: GNUNET_break (0); /* FIXME: not implemented */ break; -- cgit v1.2.3