summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-01 16:07:26 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-01 16:07:26 +0200
commit589efd719a711751a1828ddea0e5d5e269ec0caa (patch)
treea4da09608877c6c2ed19d11779112523de315e5c /src/lib
parentcdde19794f49b5b022b0987b1d99edc7910f4d00 (diff)
downloadmerchant-589efd719a711751a1828ddea0e5d5e269ec0caa.tar.gz
merchant-589efd719a711751a1828ddea0e5d5e269ec0caa.tar.bz2
merchant-589efd719a711751a1828ddea0e5d5e269ec0caa.zip
-misc fixes, more json_pack converting
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/merchant_api_patch_instance.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/merchant_api_patch_instance.c b/src/lib/merchant_api_patch_instance.c
index 871dbbba..74256330 100644
--- a/src/lib/merchant_api_patch_instance.c
+++ b/src/lib/merchant_api_patch_instance.c
@@ -105,10 +105,6 @@ handle_patch_instance_finished (void *cls,
case MHD_HTTP_BAD_REQUEST:
hr.ec = TALER_JSON_get_error_code (json);
hr.hint = TALER_JSON_get_error_hint (json);
- GNUNET_break_op (0);
- /* This should never happen, either us
- * or the merchant is buggy (or API version conflict);
- * just pass JSON reply to the application */
break;
case MHD_HTTP_UNAUTHORIZED:
hr.ec = TALER_JSON_get_error_code (json);