aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-08-05 15:41:40 +0000
committerNathan S. Evans <evans@in.tum.de>2010-08-05 15:41:40 +0000
commit3e6df453129fd53ff09c342c4d7b4350afb8929a (patch)
tree5e24c5e59297dc0208c9a983974bff19663bf4e1 /src/dht/test_dht_api.c
parent98f6e6f2f5cebff88d8b9d1ad82cfa603c0b70be (diff)
downloadgnunet-3e6df453129fd53ff09c342c4d7b4350afb8929a.tar.gz
gnunet-3e6df453129fd53ff09c342c4d7b4350afb8929a.zip
minor fixes
Diffstat (limited to 'src/dht/test_dht_api.c')
-rw-r--r--src/dht/test_dht_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/test_dht_api.c b/src/dht/test_dht_api.c
index eb34ae3c6..f7ee94fa4 100644
--- a/src/dht/test_dht_api.c
+++ b/src/dht/test_dht_api.c
@@ -34,7 +34,7 @@
34#include "gnunet_dht_service.h" 34#include "gnunet_dht_service.h"
35#include "gnunet_hello_lib.h" 35#include "gnunet_hello_lib.h"
36 36
37#define VERBOSE GNUNET_NO 37#define VERBOSE GNUNET_YES
38 38
39#define VERBOSE_ARM GNUNET_NO 39#define VERBOSE_ARM GNUNET_NO
40 40
@@ -306,7 +306,7 @@ test_find_peer (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
306 retry_context.peer_ctx = peer; 306 retry_context.peer_ctx = peer;
307 307
308 peer->find_peer_handle = 308 peer->find_peer_handle =
309 GNUNET_DHT_find_peer_start (peer->dht_handle, retry_context.next_timeout, 0, &hash, 309 GNUNET_DHT_find_peer_start (peer->dht_handle, retry_context.next_timeout, 1, &hash,
310 &test_find_peer_processor, &retry_context, NULL, NULL); 310 &test_find_peer_processor, &retry_context, NULL, NULL);
311 311
312 if (peer->find_peer_handle == NULL) 312 if (peer->find_peer_handle == NULL)