aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-08-14 01:05:18 +0200
committerPhil <phil.buschmann@tum.de>2018-08-14 01:12:17 +0200
commit4cc09ba10da89ac32b4a40bde9abbe77bba21c78 (patch)
tree9988eb3c2d6f2962e82c58853f4c00f176131d04 /src/json
parentb67807b3e8f732054506fb4e229e392013ece923 (diff)
downloadgnunet-4cc09ba10da89ac32b4a40bde9abbe77bba21c78.tar.gz
gnunet-4cc09ba10da89ac32b4a40bde9abbe77bba21c78.zip
fixed makefile for plugin_rest_gns, json_generator
Diffstat (limited to 'src/json')
-rw-r--r--src/json/json_generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/json_generator.c b/src/json/json_generator.c
index 0ffe5c643..96f07bdc2 100644
--- a/src/json/json_generator.c
+++ b/src/json/json_generator.c
@@ -193,7 +193,7 @@ GNUNET_JSON_from_gns_record (const char* rname,
193 expiration_time_str, 193 expiration_time_str,
194 "flag", 194 "flag",
195 flags, 195 flags,
196 "label", 196 "record_name",
197 rname); 197 rname);
198 } 198 }
199 else 199 else