aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_remove_not_existing_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_remove_not_existing_record.c')
-rw-r--r--src/namestore/test_namestore_api_remove_not_existing_record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_remove_not_existing_record.c b/src/namestore/test_namestore_api_remove_not_existing_record.c
index 68920cb96..8c3227874 100644
--- a/src/namestore/test_namestore_api_remove_not_existing_record.c
+++ b/src/namestore/test_namestore_api_remove_not_existing_record.c
@@ -259,7 +259,7 @@ run (void *cls, char *const *args, const char *cfgfile,
259 GNUNET_break (s_name != NULL); 259 GNUNET_break (s_name != NULL);
260 260
261 GNUNET_NAMESTORE_record_put (nsh, &pubkey, s_name, 261 GNUNET_NAMESTORE_record_put (nsh, &pubkey, s_name,
262 GNUNET_TIME_absolute_get_forever(), 262 GNUNET_TIME_UNIT_FOREVER_ABS,
263 RECORDS, s_rd, s_signature, put_cont, s_name); 263 RECORDS, s_rd, s_signature, put_cont, s_name);
264 264
265 265