aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-10 14:23:13 +0100
committerChristian Grothoff <christian@grothoff.org>2022-01-10 14:23:13 +0100
commit98edb2e5e83bafe96bb312262fcd9e992589b1d3 (patch)
treeb04f83b66c00597aa33f2424cf2917604e3f9eca
parent8ee3c5121e87d8f25193ae6044d5818f4629fa1e (diff)
downloadgnunet-98edb2e5e83bafe96bb312262fcd9e992589b1d3.tar.gz
gnunet-98edb2e5e83bafe96bb312262fcd9e992589b1d3.zip
-DHT: add path signature verification logic; tests pass, but logic remains dead (FTBFS fix)
-rw-r--r--src/dht/test_dht_topo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dht/test_dht_topo.c b/src/dht/test_dht_topo.c
index 9f4b1b034..eb7e80d3b 100644
--- a/src/dht/test_dht_topo.c
+++ b/src/dht/test_dht_topo.c
@@ -351,10 +351,6 @@ dht_get_handler (void *cls,
351 struct GNUNET_HashCode want; 351 struct GNUNET_HashCode want;
352 struct GNUNET_DHT_TEST_Context *ctx; 352 struct GNUNET_DHT_TEST_Context *ctx;
353 353
354 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
355 "Handling reply with GPL: %u PPL: %u!\n",
356 get_path_len,
357 put_path_len);
358 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 354 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
359 "GET HANDLER called on PID %s\n", 355 "GET HANDLER called on PID %s\n",
360 GNUNET_i2s (&get_op->me)); 356 GNUNET_i2s (&get_op->me));