summaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-19 17:56:23 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-19 17:56:23 +0100
commit15489275ba72905a6f0d84238480569390475c00 (patch)
tree650da93c443fb1d22151a4f7be0bbaab25d704d2 /src/json
parentfd29d1866f2ec72b9e334da430e1b789f4677066 (diff)
downloadexchange-15489275ba72905a6f0d84238480569390475c00.tar.gz
exchange-15489275ba72905a6f0d84238480569390475c00.tar.bz2
exchange-15489275ba72905a6f0d84238480569390475c00.zip
make DB reset optional in API, use it in tests, but not in the benchmark
Diffstat (limited to 'src/json')
-rw-r--r--src/json/json.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json/json.c b/src/json/json.c
index f0c0aff57..01a5bfe2b 100644
--- a/src/json/json.c
+++ b/src/json/json.c
@@ -73,6 +73,7 @@ TALER_JSON_get_error_code (const json_t *json)
if (NULL == json)
{
+ abort ();
GNUNET_break_op (0);
return TALER_EC_INVALID_RESPONSE;
}