aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_to_name.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-19 19:10:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-19 19:10:10 +0000
commit324d77d9a7f318705a862dbeb733d7a2af9e1cfd (patch)
tree34be82d3f518e08c145a22b0ae784d76812a0dd2 /src/namestore/test_namestore_api_zone_to_name.c
parentd2fb255905f0c93f50db2112594307bb1265742c (diff)
downloadgnunet-324d77d9a7f318705a862dbeb733d7a2af9e1cfd.tar.gz
gnunet-324d77d9a7f318705a862dbeb733d7a2af9e1cfd.zip
- minor changes
Diffstat (limited to 'src/namestore/test_namestore_api_zone_to_name.c')
-rw-r--r--src/namestore/test_namestore_api_zone_to_name.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/test_namestore_api_zone_to_name.c b/src/namestore/test_namestore_api_zone_to_name.c
index 60168f82d..be90663f0 100644
--- a/src/namestore/test_namestore_api_zone_to_name.c
+++ b/src/namestore/test_namestore_api_zone_to_name.c
@@ -233,6 +233,7 @@ run (void *cls, char *const *args, const char *cfgfile,
233 /* zone hash */ 233 /* zone hash */
234 GNUNET_CRYPTO_short_hash (&pubkey, sizeof (struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded), &s_zone); 234 GNUNET_CRYPTO_short_hash (&pubkey, sizeof (struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded), &s_zone);
235 GNUNET_CRYPTO_short_hash (s_name, strlen (s_name) + 1, &s_zone_value); 235 GNUNET_CRYPTO_short_hash (s_name, strlen (s_name) + 1, &s_zone_value);
236 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Using PKEY `%s' \n", GNUNET_short_h2s (&s_zone_value));
236 237
237 struct GNUNET_NAMESTORE_RecordData rd; 238 struct GNUNET_NAMESTORE_RecordData rd;
238 rd.expiration = GNUNET_TIME_absolute_get(); 239 rd.expiration = GNUNET_TIME_absolute_get();