aboutsummaryrefslogtreecommitdiff
path: root/src/bank-lib/bank_api_admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bank-lib/bank_api_admin.c')
-rw-r--r--src/bank-lib/bank_api_admin.c5
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 2a8559b2f..702b3187f 100644
--- a/src/bank-lib/bank_api_admin.c
+++ b/src/bank-lib/bank_api_admin.c
@@ -129,6 +129,11 @@ handle_admin_add_incoming_finished (void *cls,
129 We should pass the JSON reply to the application */ 129 We should pass the JSON reply to the application */
130 ec = TALER_JSON_get_error_code (j); 130 ec = TALER_JSON_get_error_code (j);
131 break; 131 break;
132 case MHD_HTTP_CONFLICT:
133 /* Nothign to verify, we used the same wire subject
134 twice? */
135 ec = TALER_JSON_get_error_code (j);
136 break;
132 case MHD_HTTP_INTERNAL_SERVER_ERROR: 137 case MHD_HTTP_INTERNAL_SERVER_ERROR:
133 /* Server had an internal issue; we should retry, but this API 138 /* Server had an internal issue; we should retry, but this API
134 leaves this to the application */ 139 leaves this to the application */