diff options
Diffstat (limited to 'src/bank-lib/bank_api_admin.c')
-rw-r--r-- | src/bank-lib/bank_api_admin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bank-lib/bank_api_admin.c b/src/bank-lib/bank_api_admin.c index 72b1d773e..cff444fb9 100644 --- a/src/bank-lib/bank_api_admin.c +++ b/src/bank-lib/bank_api_admin.c | |||
@@ -130,6 +130,11 @@ handle_admin_add_incoming_finished (void *cls, | |||
130 | happen, we should pass the JSON reply to the application */ | 130 | happen, we should pass the JSON reply to the application */ |
131 | ec = TALER_BANK_parse_ec_ (j); | 131 | ec = TALER_BANK_parse_ec_ (j); |
132 | break; | 132 | break; |
133 | case MHD_HTTP_NOT_ACCEPTABLE: | ||
134 | /* Nothing really to verify, this should never | ||
135 | happen, we should pass the JSON reply to the application */ | ||
136 | ec = TALER_BANK_parse_ec_ (j); | ||
137 | break; | ||
133 | case MHD_HTTP_INTERNAL_SERVER_ERROR: | 138 | case MHD_HTTP_INTERNAL_SERVER_ERROR: |
134 | /* Server had an internal issue; we should retry, but this API | 139 | /* Server had an internal issue; we should retry, but this API |
135 | leaves this to the application */ | 140 | leaves this to the application */ |