aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-dht-put.c2
1 files changed, 1 insertions, 1 deletions
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,
186 query_type, 186 query_type,
187 strlen (data), 187 strlen (data),
188 data, 188 data,
189 expiration, 189 GNUNET_TIME_relative_to_absolute (expiration),
190 &message_sent_cont, 190 &message_sent_cont,
191 NULL); 191 NULL);
192} 192}