From 15489275ba72905a6f0d84238480569390475c00 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 19 Mar 2020 17:56:23 +0100 Subject: make DB reset optional in API, use it in tests, but not in the benchmark --- src/json/json.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/json') 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; } -- cgit v1.2.3