aboutsummaryrefslogtreecommitdiff
path: root/src/json/json_generator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/json/json_generator.c')
-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