From 633bed1b616820d351b4ed3216273138a28587f2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Feb 2017 16:03:22 +0100 Subject: eliminate dead argument --- src/dht/gnunet-service-dht_neighbours.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dht/gnunet-service-dht_neighbours.c') 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, data); } /* forward to other peers */ - GDS_ROUTING_process (NULL, - type, + GDS_ROUTING_process (type, GNUNET_TIME_absolute_ntoh (prm->expiration_time), &prm->key, put_path_length, -- cgit v1.2.3