-only trigger check config if we actually need it
[oweals/gnunet.git] / src / dht / test_dht_api.c
index 2507ff0807b3526491db0c9b981f682adc787e67..99f17699c4d9b3842f071fc5f7382e984548ad1f 100644 (file)
@@ -209,7 +209,7 @@ run (void *cls,
   GNUNET_DHT_put (dht_handle, &hash, 1, GNUNET_DHT_RO_NONE,
                   GNUNET_BLOCK_TYPE_TEST, data_size, data,
                   GNUNET_TIME_relative_to_absolute (TOTAL_TIMEOUT),
-                  TOTAL_TIMEOUT, &test_get, NULL);
+                  &test_get, NULL);
   GNUNET_free (data);
 }