-fix leaks
[oweals/gnunet.git] / src / namestore / test_namestore_api_lookup_public.c
index a119e34d688762402bb831d4053bb3ff0f72d6fd..42f8fe4010537a30f57a3fbe69724397e225635a 100644 (file)
@@ -206,7 +206,7 @@ run (void *cls,
   GNUNET_CRYPTO_ecdsa_key_get_public (privkey, &pubkey);
 
 
-  rd.expiration_time = GNUNET_TIME_absolute_get().abs_value_us;
+  rd.expiration_time = GNUNET_TIME_absolute_get().abs_value_us + 1000000000;
   rd.record_type = TEST_RECORD_TYPE;
   rd.data_size = TEST_RECORD_DATALEN;
   rd.data = GNUNET_malloc (TEST_RECORD_DATALEN);