aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_configuration.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-11 09:48:15 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-11 09:48:15 +0000
commit08d7c225934a1f47356c0df313ae5d0a3eccb705 (patch)
tree5ab9b3a9770a778c83c9bb6ca7a4b70579bee479 /src/util/test_configuration.c
parentd9d94d0e53d26af75ec8241383d166544ebd79f3 (diff)
downloadgnunet-08d7c225934a1f47356c0df313ae5d0a3eccb705.tar.gz
gnunet-08d7c225934a1f47356c0df313ae5d0a3eccb705.zip
reudce insanity
Diffstat (limited to 'src/util/test_configuration.c')
-rw-r--r--src/util/test_configuration.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_configuration.c b/src/util/test_configuration.c
index 1c40f06f6..4a993923b 100644
--- a/src/util/test_configuration.c
+++ b/src/util/test_configuration.c
@@ -133,7 +133,7 @@ diffsCallBack (void *cls, const char *section, const char *option,
133 GNUNET_free_non_null (diffValue); 133 GNUNET_free_non_null (diffValue);
134 break; 134 break;
135 } 135 }
136#if DEBUG 136#if 0
137 case PRINT: 137 case PRINT:
138 if (NULL == cbData->section) 138 if (NULL == cbData->section)
139 { 139 {
@@ -254,7 +254,7 @@ checkDiffs (struct GNUNET_CONFIGURATION_Handle *cfgDefault, int option)
254 "Incorrect Configuration Diffs: Data may be missing in diffs\n"); 254 "Incorrect Configuration Diffs: Data may be missing in diffs\n");
255 255
256housekeeping: 256housekeeping:
257#if DEBUG 257#if 0
258 cbData.section = NULL; 258 cbData.section = NULL;
259 cbData.callBackOption = PRINT; 259 cbData.callBackOption = PRINT;
260 printf ("\nExpected Diffs:\n"); 260 printf ("\nExpected Diffs:\n");