From d05a7b8bf7857de47ad1093212a2f4059a9f3379 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 21 Jul 2010 10:11:50 +0000 Subject: [PATCH] do not daemonize when running tests --- src/arm/arm_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c index 2d7ac931c..ac473e87e 100644 --- a/src/arm/arm_api.c +++ b/src/arm/arm_api.c @@ -434,10 +434,10 @@ arm_service_report (void *cls, GNUNET_free (lopostfix); return; } - if ((GNUNET_YES == GNUNET_CONFIGURATION_have_value (cfg, + if ((GNUNET_YES == GNUNET_CONFIGURATION_have_value (pos->h->cfg, "TESTING", "WEAKRANDOM")) && - (GNUNET_YES == GNUNET_CONFIGURATION_get_value_yesno (cfg, + (GNUNET_YES == GNUNET_CONFIGURATION_get_value_yesno (pos->h->cfg, "TESTING", "WEAKRANDOM"))) { -- 2.25.1