summaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
Diffstat (limited to 'src/json')
-rw-r--r--src/json/json.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/json/json.c b/src/json/json.c
index 01a5bfe2b..f0c0aff57 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;
}