aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_lookup_public.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_lookup_public.c')
-rw-r--r--src/namestore/test_namestore_api_lookup_public.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_lookup_public.c b/src/namestore/test_namestore_api_lookup_public.c
index a119e34d6..42f8fe401 100644
--- a/src/namestore/test_namestore_api_lookup_public.c
+++ b/src/namestore/test_namestore_api_lookup_public.c
@@ -206,7 +206,7 @@ run (void *cls,
206 GNUNET_CRYPTO_ecdsa_key_get_public (privkey, &pubkey); 206 GNUNET_CRYPTO_ecdsa_key_get_public (privkey, &pubkey);
207 207
208 208
209 rd.expiration_time = GNUNET_TIME_absolute_get().abs_value_us; 209 rd.expiration_time = GNUNET_TIME_absolute_get().abs_value_us + 1000000000;
210 rd.record_type = TEST_RECORD_TYPE; 210 rd.record_type = TEST_RECORD_TYPE;
211 rd.data_size = TEST_RECORD_DATALEN; 211 rd.data_size = TEST_RECORD_DATALEN;
212 rd.data = GNUNET_malloc (TEST_RECORD_DATALEN); 212 rd.data = GNUNET_malloc (TEST_RECORD_DATALEN);