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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/testing_cmd_challenge_answer.c b/src/testing/testing_cmd_challenge_answer.c
index 8ca93b8..d7d11a1 100644
--- a/src/testing/testing_cmd_challenge_answer.c
+++ b/src/testing/testing_cmd_challenge_answer.c
@@ -237,6 +237,8 @@ challenge_answer_cb (void *af_cls,
237 return; 237 return;
238 case ANASTASIS_CHALLENGE_STATUS_RATE_LIMIT_EXCEEDED: 238 case ANASTASIS_CHALLENGE_STATUS_RATE_LIMIT_EXCEEDED:
239 break; 239 break;
240 case ANASTASIS_CHALLENGE_STATUS_AUTH_TIMEOUT:
241 break;
240 } 242 }
241 TALER_TESTING_interpreter_next (cs->is); 243 TALER_TESTING_interpreter_next (cs->is);
242} 244}