aboutsummaryrefslogtreecommitdiff
path: root/src/restclient/anastasis_api_keyshare_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/restclient/anastasis_api_keyshare_lookup.c')
-rw-r--r--src/restclient/anastasis_api_keyshare_lookup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/restclient/anastasis_api_keyshare_lookup.c b/src/restclient/anastasis_api_keyshare_lookup.c
index 2d22c7d..6df00dd 100644
--- a/src/restclient/anastasis_api_keyshare_lookup.c
+++ b/src/restclient/anastasis_api_keyshare_lookup.c
@@ -228,6 +228,10 @@ handle_keyshare_lookup_finished (void *cls,
228 /* Nothing really to verify */ 228 /* Nothing really to verify */
229 kdd.status = ANASTASIS_KSD_TRUTH_UNKNOWN; 229 kdd.status = ANASTASIS_KSD_TRUTH_UNKNOWN;
230 break; 230 break;
231 case MHD_HTTP_REQUEST_TIMEOUT:
232 /* Nothing really to verify */
233 kdd.status = ANASTASIS_KSD_AUTHENTICATION_TIMEOUT;
234 break;
231 case MHD_HTTP_GONE: 235 case MHD_HTTP_GONE:
232 /* Nothing really to verify */ 236 /* Nothing really to verify */
233 kdd.status = ANASTASIS_KSD_TRUTH_UNKNOWN; 237 kdd.status = ANASTASIS_KSD_TRUTH_UNKNOWN;