aboutsummaryrefslogtreecommitdiff
path: root/src/gns/plugin_block_gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/plugin_block_gns.c')
-rw-r--r--src/gns/plugin_block_gns.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gns/plugin_block_gns.c b/src/gns/plugin_block_gns.c
index ffc38c99b..4d12f02df 100644
--- a/src/gns/plugin_block_gns.c
+++ b/src/gns/plugin_block_gns.c
@@ -166,11 +166,12 @@ block_plugin_gns_evaluate (void *cls, enum GNUNET_BLOCK_Type type,
166 record_match++; 166 record_match++;
167 } 167 }
168 } 168 }
169 et.abs_value = exp; 169 et.abs_value_us = exp;
170 170
171 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 171 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
172 "Verifying signature of %d records for name %s with expiration of %u\n", 172 "Verifying signature of %d records for name %s with expiration of %s\n",
173 rd_count, name, et.abs_value); 173 rd_count, name,
174 GNUNET_STRINGS_absolute_time_to_string (et));
174 175
175 if (GNUNET_OK != 176 if (GNUNET_OK !=
176 GNUNET_NAMESTORE_verify_signature (&nrb->public_key, 177 GNUNET_NAMESTORE_verify_signature (&nrb->public_key,