diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-19 17:56:23 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-19 17:56:23 +0100 |
commit | 15489275ba72905a6f0d84238480569390475c00 (patch) | |
tree | 650da93c443fb1d22151a4f7be0bbaab25d704d2 /src/json/json.c | |
parent | fd29d1866f2ec72b9e334da430e1b789f4677066 (diff) |
make DB reset optional in API, use it in tests, but not in the benchmark
Diffstat (limited to 'src/json/json.c')
-rw-r--r-- | src/json/json.c | 1 |
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; } |