From 65f9785e7752b6d73e2ad8c6ff2735336ad5baa6 Mon Sep 17 00:00:00 2001 From: Phil Date: Mon, 6 Aug 2018 02:26:04 +0200 Subject: fix gns and identity test script --- src/gns/plugin_rest_gns.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gns/plugin_rest_gns.c') diff --git a/src/gns/plugin_rest_gns.c b/src/gns/plugin_rest_gns.c index 4be583f73..495d01504 100644 --- a/src/gns/plugin_rest_gns.c +++ b/src/gns/plugin_rest_gns.c @@ -32,6 +32,7 @@ #define GNUNET_REST_API_NS_GNS "/gns" + #define GNUNET_REST_GNS_PARAM_NAME "name" #define GNUNET_REST_GNS_PARAM_RECORD_TYPE "record_type" @@ -56,7 +57,6 @@ struct Plugin }; - struct RequestHandle { @@ -208,7 +208,6 @@ handle_gns_response (void *cls, struct MHD_Response *resp; json_t *result_array; json_t *record_obj; - char *record_value; char *result; handle->gns_lookup = NULL; -- cgit v1.2.3