From 06c1735c38575ebfa1d0a769f45a722fd4eb7cf0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 23 Jun 2016 19:00:34 +0000 Subject: [PATCH] -fix ftbfs --- src/dht/gnunet-service-xdht_neighbours.c | 1 - 1 file changed, 1 deletion(-) 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, hop_count, putlen, pp, GNUNET_TIME_absolute_ntoh (put->expiration_time), payload, payload_size); - } return GNUNET_OK; } -- 2.25.1