aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht_api.c')
-rw-r--r--src/dht/dht_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index 42ddc7b60..7a0771de0 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -1028,8 +1028,8 @@ GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle,
1028 put_msg->expiration = GNUNET_TIME_absolute_hton (exp); 1028 put_msg->expiration = GNUNET_TIME_absolute_hton (exp);
1029 put_msg->key = *key; 1029 put_msg->key = *key;
1030 GNUNET_memcpy (&put_msg[1], 1030 GNUNET_memcpy (&put_msg[1],
1031 data, 1031 data,
1032 size); 1032 size);
1033 GNUNET_MQ_send (handle->mq, 1033 GNUNET_MQ_send (handle->mq,
1034 env); 1034 env);
1035 return ph; 1035 return ph;