projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fc7ff9
)
fix missing time conversion
author
Christian Grothoff
<christian@grothoff.org>
Fri, 10 Mar 2017 17:23:24 +0000
(18:23 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 10 Mar 2017 17:23:24 +0000
(18:23 +0100)
src/dht/gnunet-dht-put.c
patch
|
blob
|
history
diff --git
a/src/dht/gnunet-dht-put.c
b/src/dht/gnunet-dht-put.c
index a9ce097d6eaae3d0699c12306d2e826ed7b66ed9..a44e49d707e4809b81d6ff34f5104f9f602b587c 100644
(file)
--- 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);
}