summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_keyshare_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_keyshare_lookup.c')
-rw-r--r--src/testing/testing_api_cmd_keyshare_lookup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_keyshare_lookup.c b/src/testing/testing_api_cmd_keyshare_lookup.c
index 2ed5a5e..c9f8e45 100644
--- a/src/testing/testing_api_cmd_keyshare_lookup.c
+++ b/src/testing/testing_api_cmd_keyshare_lookup.c
@@ -204,6 +204,8 @@ keyshare_lookup_cb (void *cls,
break;
case ANASTASIS_KSD_RATE_LIMIT_EXCEEDED:
break;
+ case ANASTASIS_KSD_AUTHENTICATION_TIMEOUT:
+ break;
}
TALER_TESTING_interpreter_next (ksls->is);
}