From a07778df40ee840a8da6d222e05e66962c902227 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 15 Jun 2020 12:33:14 +0200 Subject: - Minor fix reclaim attestation plugin --- src/reclaim/plugin_rest_reclaim.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/reclaim/plugin_rest_reclaim.c') diff --git a/src/reclaim/plugin_rest_reclaim.c b/src/reclaim/plugin_rest_reclaim.c index 0800e5b20..863dd0450 100644 --- a/src/reclaim/plugin_rest_reclaim.c +++ b/src/reclaim/plugin_rest_reclaim.c @@ -508,8 +508,7 @@ add_attestation_cont (struct GNUNET_REST_RequestHandle *con_handle, handle->rest_handle->data, handle->rest_handle->data_size); data_json = json_loads (term_data, JSON_DECODE_ANY, &err); - GNUNET_assert (GNUNET_OK == - GNUNET_JSON_parse (data_json, attrspec, NULL, NULL)); + GNUNET_JSON_parse (data_json, attrspec, NULL, NULL); json_decref (data_json); if (NULL == attribute) { -- cgit v1.2.3