diff options
Diffstat (limited to 'src/json')
-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; } |