commit 3e7b01620fe4719811d6b29c4f87730783fe08e8
parent 3c761cdd07212d0e41843e8e47e59cc264356c0d
Author: t3sserakt <t3ss@posteo.de>
Date: Wed, 18 Oct 2023 13:32:40 +0200
Hello: Fix bug in cli tool to generate contrib hello file.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hello/gnunet-hello.c b/src/hello/gnunet-hello.c
@@ -360,7 +360,7 @@ run (void *cls,
fprintf (stdout,"url: %s\n", url);
env = GNUNET_HELLO_builder_to_env (builder,
my_private_key,
- GNUNET_TIME_UNIT_ZERO);
+ GNUNET_TIME_UNIT_FOREVER_REL);
msg = GNUNET_MQ_env_get_msg (env);
//GNUNET_assert (NULL != result);
GNUNET_assert (NULL != msg);