aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_configuration.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-22 20:54:12 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-22 20:54:12 +0000
commitb2f6f5101353834f8d03a20b0e804e2882a96207 (patch)
tree348558c2627bffaad11d0365d7c2a6667f42b2a6 /src/util/test_configuration.c
parent4cfbde1860d5a9bb33774f05de3679b3e4bad116 (diff)
downloadgnunet-b2f6f5101353834f8d03a20b0e804e2882a96207.tar.gz
gnunet-b2f6f5101353834f8d03a20b0e804e2882a96207.zip
fixing cosmetics and inlining of configurations
Diffstat (limited to 'src/util/test_configuration.c')
-rw-r--r--src/util/test_configuration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_configuration.c b/src/util/test_configuration.c
index 9ddd7b3e6..7c17ecf21 100644
--- a/src/util/test_configuration.c
+++ b/src/util/test_configuration.c
@@ -231,7 +231,7 @@ checkDiffs (struct GNUNET_CONFIGURATION_Handle *cfgDefault, int option)
231 231
232 /* Compare the dumped configuration with modifications done */ 232 /* Compare the dumped configuration with modifications done */
233 cfg = GNUNET_CONFIGURATION_create (); 233 cfg = GNUNET_CONFIGURATION_create ();
234 GNUNET_CONFIGURATION_parse (cfg, diffsFileName); 234 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_parse (cfg, diffsFileName));
235 remove (diffsFileName); 235 remove (diffsFileName);
236 cbData.callBackOption = COMPARE; 236 cbData.callBackOption = COMPARE;
237 cbData.cfgDiffs = cfgDiffs; 237 cbData.cfgDiffs = cfgDiffs;