aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-23 19:00:34 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-23 19:00:34 +0000
commit06c1735c38575ebfa1d0a769f45a722fd4eb7cf0 (patch)
tree5abb2b9ba23ba5cd56c9e27174fea02e2523f0fc /src/dht
parentecae86479af22f233fec7a8c499976c0882b163f (diff)
downloadgnunet-06c1735c38575ebfa1d0a769f45a722fd4eb7cf0.tar.gz
gnunet-06c1735c38575ebfa1d0a769f45a722fd4eb7cf0.zip
-fix ftbfs
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-service-xdht_neighbours.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-xdht_neighbours.c b/src/dht/gnunet-service-xdht_neighbours.c
index 314f6d13d..3464de844 100644
--- a/src/dht/gnunet-service-xdht_neighbours.c
+++ b/src/dht/gnunet-service-xdht_neighbours.c
@@ -3735,7 +3735,6 @@ handle_dht_p2p_put (void *cls, const struct GNUNET_PeerIdentity *peer,
3735 hop_count, putlen, pp, 3735 hop_count, putlen, pp,
3736 GNUNET_TIME_absolute_ntoh (put->expiration_time), 3736 GNUNET_TIME_absolute_ntoh (put->expiration_time),
3737 payload, payload_size); 3737 payload, payload_size);
3738 }
3739 return GNUNET_OK; 3738 return GNUNET_OK;
3740} 3739}
3741 3740