From ca8e0a2919ba490f89d7986865ceef679516f094 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 31 May 2012 18:20:04 +0000 Subject: [PATCH] -actually start both DHTs --- src/dht/test_dht_twopeer.c | 2 -- src/dht/test_dht_twopeer_data.conf | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/dht/test_dht_twopeer.c b/src/dht/test_dht_twopeer.c index a5e2ece4e..f0ac05b1c 100644 --- a/src/dht/test_dht_twopeer.c +++ b/src/dht/test_dht_twopeer.c @@ -28,8 +28,6 @@ #include "gnunet_dht_service.h" /* DEFINES */ -#define VERBOSE GNUNET_NO - #define MAX_GET_ATTEMPTS 10 #define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 5) diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf index 6e8b2bb3c..97c53a892 100644 --- a/src/dht/test_dht_twopeer_data.conf +++ b/src/dht/test_dht_twopeer_data.conf @@ -34,7 +34,7 @@ HOSTNAME = localhost PORT = 12092 [arm] -DEFAULTSERVICES = core +DEFAULTSERVICES = core dht PORT = 12366 DEBUG = NO -- 2.25.1