projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abba6e6
)
do not daemonize when running tests
author
Christian Grothoff
<christian@grothoff.org>
Wed, 21 Jul 2010 10:11:50 +0000
(10:11 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 21 Jul 2010 10:11:50 +0000
(10:11 +0000)
src/arm/arm_api.c
patch
|
blob
|
history
diff --git
a/src/arm/arm_api.c
b/src/arm/arm_api.c
index 2d7ac931c427f6771032da4875379f00b137354d..ac473e87e000001d498a899c72a8f7ca87dfe580 100644
(file)
--- 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")))
{