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 7b24a3c12..d8c82bc86 100644
--- a/src/json/json_generator.c
+++ b/src/json/json_generator.c
@@ -166,7 +166,7 @@ GNUNET_JSON_from_rsa_signature (const struct GNUNET_CRYPTO_RsaSignature *sig)
166 */ 166 */
167json_t * 167json_t *
168GNUNET_JSON_from_gns_record (const char* rname, 168GNUNET_JSON_from_gns_record (const char* rname,
169 const struct GNUNET_GNSRECORD_Data *rd) 169 const struct GNUNET_GNSRECORD_Data *rd)
170{ 170{
171 struct GNUNET_TIME_Absolute expiration_time; 171 struct GNUNET_TIME_Absolute expiration_time;
172 const char *expiration_time_str; 172 const char *expiration_time_str;