aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/gnunet-service-datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/gnunet-service-datastore.c')
-rw-r--r--src/datastore/gnunet-service-datastore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index 82a1f3ded..2538d5ef6 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -953,6 +953,7 @@ execute_put (struct GNUNET_SERVER_Client *client,
953 ntohl(dm->type), 953 ntohl(dm->type),
954 ntohl(dm->priority), 954 ntohl(dm->priority),
955 ntohl(dm->anonymity), 955 ntohl(dm->anonymity),
956 0 /* FIXME: replication */,
956 GNUNET_TIME_absolute_ntoh(dm->expiration), 957 GNUNET_TIME_absolute_ntoh(dm->expiration),
957 &msg); 958 &msg);
958 if (GNUNET_OK == ret) 959 if (GNUNET_OK == ret)