aboutsummaryrefslogtreecommitdiff
path: root/src/util/configuration.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/configuration.c')
-rw-r--r--src/util/configuration.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index 9b68513af..3e6710543 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -346,7 +346,8 @@ GNUNET_CONFIGURATION_parse (struct GNUNET_CONFIGURATION_Handle *cfg,
346 if (fs != GNUNET_DISK_fn_read (fn, mem, fs)) 346 if (fs != GNUNET_DISK_fn_read (fn, mem, fs))
347 { 347 {
348 LOG (GNUNET_ERROR_TYPE_WARNING, 348 LOG (GNUNET_ERROR_TYPE_WARNING,
349 "Error while reading file %s\n", fn); 349 "Error while reading file %s\n",
350 fn);
350 GNUNET_free (fn); 351 GNUNET_free (fn);
351 GNUNET_free (mem); 352 GNUNET_free (mem);
352 return GNUNET_SYSERR; 353 return GNUNET_SYSERR;