gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/02: -fix ftbfs


From: gnunet
Subject: [gnunet] 02/02: -fix ftbfs
Date: Thu, 16 Dec 2021 12:53:44 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit dcbad92e1d934a350a7d5c19a64416a7e8d87576
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Dec 16 12:53:36 2021 +0100

    -fix ftbfs
---
 src/json/json_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index 7735503f6..c0513c529 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -789,7 +789,7 @@ parse_rel_time (void *cls,
   if (json_is_integer (json_d_ms))
   {
     tval = json_integer_value (json_d_ms);
-    rel->rel_value_us = GNUNET_TIME_relative_multiply (
+    *rel = GNUNET_TIME_relative_multiply (
       GNUNET_TIME_UNIT_MILLISECONDS,
       tval);
     return GNUNET_OK;

-- 
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]