aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_monitor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-27 20:14:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-27 20:14:21 +0000
commitb55ae0b50e36537b83a02941caf32a05e3403412 (patch)
tree941d6b2ce180b5b81a5a9c513dbe937f55a24953 /src/dht/test_dht_monitor.c
parent25b5a135122c063f7ed8de74ae04d65fed180f5f (diff)
downloadgnunet-b55ae0b50e36537b83a02941caf32a05e3403412.tar.gz
gnunet-b55ae0b50e36537b83a02941caf32a05e3403412.zip
-fixing #2340
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 */