summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------doc/prebuilt0
-rw-r--r--src/bank-lib/bank_api_admin.c5
-rw-r--r--src/bank-lib/bank_api_transfer.c5
3 files changed, 0 insertions, 10 deletions
diff --git a/doc/prebuilt b/doc/prebuilt
-Subproject 934a6a18301e81c4fd1b3a8cda2dc13dca4741c
+Subproject ca53235ccfa0458ebf11c204888ca370e20ec3f
diff --git a/src/bank-lib/bank_api_admin.c b/src/bank-lib/bank_api_admin.c
index 6e4d937c5..4c1cd3201 100644
--- a/src/bank-lib/bank_api_admin.c
+++ b/src/bank-lib/bank_api_admin.c
@@ -129,11 +129,6 @@ handle_admin_add_incoming_finished (void *cls,
happen, we should pass the JSON reply to the application */
ec = TALER_BANK_parse_ec_ (j);
break;
- case MHD_HTTP_NOT_ACCEPTABLE:
- /* Nothing really to verify, this should never
- happen, we should pass the JSON reply to the application */
- ec = TALER_BANK_parse_ec_ (j);
- break;
case MHD_HTTP_INTERNAL_SERVER_ERROR:
/* Server had an internal issue; we should retry, but this API
leaves this to the application */
diff --git a/src/bank-lib/bank_api_transfer.c b/src/bank-lib/bank_api_transfer.c
index ad6d443da..404e84b61 100644
--- a/src/bank-lib/bank_api_transfer.c
+++ b/src/bank-lib/bank_api_transfer.c
@@ -213,11 +213,6 @@ handle_transfer_finished (void *cls,
happen, we should pass the JSON reply to the application */
ec = TALER_BANK_parse_ec_ (j);
break;
- case MHD_HTTP_NOT_ACCEPTABLE:
- /* Nothing really to verify, this should never
- happen, we should pass the JSON reply to the application */
- ec = TALER_BANK_parse_ec_ (j);
- break;
case MHD_HTTP_INTERNAL_SERVER_ERROR:
/* Server had an internal issue; we should retry, but this API
leaves this to the application */