-fix
[oweals/gnunet.git] / src / dht / test_dht_api.c
index 9c6231561cd63331d1b55f20dc1329bca10acda1..000ad33443a18c506a1cdaae64766b4f394d3086 100644 (file)
@@ -212,7 +212,7 @@ test_get (void *cls, int success)
   retry_context.next_timeout = BASE_TIMEOUT;
 
   peer->get_handle =
-      GNUNET_DHT_get_start (peer->dht_handle, TOTAL_TIMEOUT,
+      GNUNET_DHT_get_start (peer->dht_handle, 
                             GNUNET_BLOCK_TYPE_TEST, &hash, 1,
                             GNUNET_DHT_RO_NONE, NULL, 0, &test_get_iterator,
                             NULL);