gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 03/11: Hello: Fix bug in cli tool to generate contrib hello fil


From: gnunet
Subject: [gnunet] 03/11: Hello: Fix bug in cli tool to generate contrib hello file.
Date: Wed, 18 Oct 2023 15:49:32 +0200

This is an automated email from the git hooks/post-receive script.

t3sserakt pushed a commit to branch master
in repository gnunet.

commit 3e7b01620fe4719811d6b29c4f87730783fe08e8
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Wed Oct 18 13:32:40 2023 +0200

    Hello: Fix bug in cli tool to generate contrib hello file.
---
 src/hello/gnunet-hello.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hello/gnunet-hello.c b/src/hello/gnunet-hello.c
index dffc61460..501ec8a69 100644
--- 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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]