aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-22 16:03:22 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-22 16:03:22 +0100
commit633bed1b616820d351b4ed3216273138a28587f2 (patch)
treef41f6976ed21637a6342e46cbe5da29a801af2e2 /src/dht/gnunet-service-dht_neighbours.c
parentb5a1e1405a9d294e4b06b13da7b1cf6a3638f6ab (diff)
downloadgnunet-633bed1b616820d351b4ed3216273138a28587f2.tar.gz
gnunet-633bed1b616820d351b4ed3216273138a28587f2.zip
eliminate dead argument
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,