aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_monitor.c')
-rw-r--r--src/dht/test_dht_monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_monitor.c b/src/dht/test_dht_monitor.c
index 62210e85c..ca6704a09 100644
--- a/src/dht/test_dht_monitor.c
+++ b/src/dht/test_dht_monitor.c
@@ -250,7 +250,7 @@ do_test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
250 GNUNET_h2s_full (&d_far->id.hashPubKey)); 250 GNUNET_h2s_full (&d_far->id.hashPubKey));
251 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: from %s\n", 251 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: from %s\n",
252 GNUNET_h2s_full (&o->id.hashPubKey)); 252 GNUNET_h2s_full (&o->id.hashPubKey));
253 get_h_far = GNUNET_DHT_get_start (hs[0], GNUNET_TIME_UNIT_FOREVER_REL, /* timeout */ 253 get_h_far = GNUNET_DHT_get_start (hs[0],
254 GNUNET_BLOCK_TYPE_TEST, /* type */ 254 GNUNET_BLOCK_TYPE_TEST, /* type */
255 &d_far->id.hashPubKey, /*key to search */ 255 &d_far->id.hashPubKey, /*key to search */
256 4U, /* replication level */ 256 4U, /* replication level */