aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.c')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index e7586ad24..1b4082830 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -2380,8 +2380,7 @@ handle_dht_p2p_result (void *cls,
2380 data); 2380 data);
2381 } 2381 }
2382 /* forward to other peers */ 2382 /* forward to other peers */
2383 GDS_ROUTING_process (NULL, 2383 GDS_ROUTING_process (type,
2384 type,
2385 GNUNET_TIME_absolute_ntoh (prm->expiration_time), 2384 GNUNET_TIME_absolute_ntoh (prm->expiration_time),
2386 &prm->key, 2385 &prm->key,
2387 put_path_length, 2386 put_path_length,