fix missing time conversion
authorChristian Grothoff <christian@grothoff.org>
Fri, 10 Mar 2017 17:23:24 +0000 (18:23 +0100)
committerChristian Grothoff <christian@grothoff.org>
Fri, 10 Mar 2017 17:23:24 +0000 (18:23 +0100)
src/dht/gnunet-dht-put.c

index a9ce097d6eaae3d0699c12306d2e826ed7b66ed9..a44e49d707e4809b81d6ff34f5104f9f602b587c 100644 (file)
@@ -186,7 +186,7 @@ run (void *cls,
                   query_type,
                   strlen (data),
                   data,
-                  expiration,
+                  GNUNET_TIME_relative_to_absolute (expiration),
                   &message_sent_cont,
                   NULL);
 }