diff options
Diffstat (limited to 'src/json/json.c')
-rw-r--r-- | src/json/json.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/json/json.c b/src/json/json.c index 01a5bfe2..f0c0aff5 100644 --- a/src/json/json.c +++ b/src/json/json.c @@ -73,7 +73,6 @@ TALER_JSON_get_error_code (const json_t *json) if (NULL == json) { - abort (); GNUNET_break_op (0); return TALER_EC_INVALID_RESPONSE; } |