From 82face163cbd6afd0067180287de9339f3ac3077 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Jul 2012 12:57:49 +0000 Subject: [PATCH] -rel time allowed --- src/namestore/gnunet-namestore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c index 9859688dd..3ae10c541 100644 --- a/src/namestore/gnunet-namestore.c +++ b/src/namestore/gnunet-namestore.c @@ -512,7 +512,7 @@ run (void *cls, char *const *args, const char *cfgfile, list_it = GNUNET_NAMESTORE_zone_iteration_start (ns, &zone, - 0, + GNUNET_NAMESTORE_RF_RELATIVE_EXPIRATION, must_not_flags, &display_record, NULL); -- 2.25.1