From 8d312562bf04eeb2afac53a2f24624f8e48529bd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Nov 2020 18:51:14 +0100 Subject: adjust ECs --- src/json/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/json') diff --git a/src/json/json.c b/src/json/json.c index 266857198..78867a913 100644 --- a/src/json/json.c +++ b/src/json/json.c @@ -616,7 +616,7 @@ TALER_JSON_get_error_code (const json_t *json) if (NULL == json) { GNUNET_break_op (0); - return TALER_EC_INVALID_RESPONSE; + return TALER_EC_GENERIC_INVALID_RESPONSE; } jc = json_object_get (json, "code"); /* The caller already knows that the JSON represents an error, -- cgit v1.2.3