gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix missing time conversion


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix missing time conversion
Date: Fri, 10 Mar 2017 18:21:42 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new efd3fc138 fix missing time conversion
efd3fc138 is described below

commit efd3fc1387bb96d54856810bbdcd3057fefaa296
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 10 18:23:24 2017 +0100

    fix missing time conversion
---
 src/dht/gnunet-dht-put.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dht/gnunet-dht-put.c b/src/dht/gnunet-dht-put.c
index a9ce097d6..a44e49d70 100644
--- a/src/dht/gnunet-dht-put.c
+++ b/src/dht/gnunet-dht-put.c
@@ -186,7 +186,7 @@ run (void *cls,
                   query_type,
                   strlen (data),
                   data,
-                  expiration,
+                  GNUNET_TIME_relative_to_absolute (expiration),
                   &message_sent_cont,
                   NULL);
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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