aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_topo.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-25 00:46:09 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2022-02-25 08:48:59 +0100
commit5e4cbb92beb575ad5b072334b42d66feb0f0c331 (patch)
treea1f7e1ae5f77e09e94329ba1cbe6ebb3fc0ba690 /src/dht/test_dht_topo.c
parent86e73d58ffc79ea706a5bc83867de3def4eaba48 (diff)
downloadgnunet-5e4cbb92beb575ad5b072334b42d66feb0f0c331.tar.gz
gnunet-5e4cbb92beb575ad5b072334b42d66feb0f0c331.zip
add GNUNET_B2S() macro; fix dht_line_test: we sign over query_hash, not block key
Diffstat (limited to 'src/dht/test_dht_topo.c')
-rw-r--r--src/dht/test_dht_topo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/test_dht_topo.c b/src/dht/test_dht_topo.c
index eb7e80d3b..30e7749ca 100644
--- a/src/dht/test_dht_topo.c
+++ b/src/dht/test_dht_topo.c
@@ -380,6 +380,7 @@ dht_get_handler (void *cls,
380 put_path_length, 380 put_path_length,
381 &get_op->me)) 381 &get_op->me))
382 { 382 {
383 GNUNET_break (0);
383 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 384 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
384 "Path signature verification failed!\n"); 385 "Path signature verification failed!\n");
385 } 386 }