aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_cmd_challenge_answer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_cmd_challenge_answer.c')
-rw-r--r--src/testing/testing_cmd_challenge_answer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/testing_cmd_challenge_answer.c b/src/testing/testing_cmd_challenge_answer.c
index d7d11a1..ff897f3 100644
--- a/src/testing/testing_cmd_challenge_answer.c
+++ b/src/testing/testing_cmd_challenge_answer.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of Anastasis 2 This file is part of Anastasis
3 Copyright (C) 2020 Anastasis SARL 3 Copyright (C) 2020, 2021 Anastasis SARL
4 4
5 Anastasis is free software; you can redistribute it and/or modify it under the 5 Anastasis is free software; you can redistribute it and/or modify it under the
6 terms of the GNU Lesser General Public License as published by the Free Software 6 terms of the GNU Lesser General Public License as published by the Free Software
@@ -239,6 +239,8 @@ challenge_answer_cb (void *af_cls,
239 break; 239 break;
240 case ANASTASIS_CHALLENGE_STATUS_AUTH_TIMEOUT: 240 case ANASTASIS_CHALLENGE_STATUS_AUTH_TIMEOUT:
241 break; 241 break;
242 case ANASTASIS_CHALLENGE_STATUS_EXTERNAL_INSTRUCTIONS:
243 break;
242 } 244 }
243 TALER_TESTING_interpreter_next (cs->is); 245 TALER_TESTING_interpreter_next (cs->is);
244} 246}