aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.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_api.c
parent25b5a135122c063f7ed8de74ae04d65fed180f5f (diff)
downloadgnunet-b55ae0b50e36537b83a02941caf32a05e3403412.tar.gz
gnunet-b55ae0b50e36537b83a02941caf32a05e3403412.zip
-fixing #2340
Diffstat (limited to 'src/dht/test_dht_api.c')
-rw-r--r--src/dht/test_dht_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_api.c b/src/dht/test_dht_api.c
index 9c6231561..000ad3344 100644
--- a/src/dht/test_dht_api.c
+++ b/src/dht/test_dht_api.c
@@ -212,7 +212,7 @@ test_get (void *cls, int success)
212 retry_context.next_timeout = BASE_TIMEOUT; 212 retry_context.next_timeout = BASE_TIMEOUT;
213 213
214 peer->get_handle = 214 peer->get_handle =
215 GNUNET_DHT_get_start (peer->dht_handle, TOTAL_TIMEOUT, 215 GNUNET_DHT_get_start (peer->dht_handle,
216 GNUNET_BLOCK_TYPE_TEST, &hash, 1, 216 GNUNET_BLOCK_TYPE_TEST, &hash, 1,
217 GNUNET_DHT_RO_NONE, NULL, 0, &test_get_iterator, 217 GNUNET_DHT_RO_NONE, NULL, 0, &test_get_iterator,
218 NULL); 218 NULL);