aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/configuration.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index 016088eee..1ba9aab05 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -526,6 +526,8 @@ handle_inline (struct GNUNET_CONFIGURATION_Handle *cfg,
526 } 526 }
527 if (source_filename) 527 if (source_filename)
528 { 528 {
529 /* Possible that this secret section has been inlined before */
530 GNUNET_free (cs->hint_inlined_from_filename);
529 cs->hint_inlined_from_filename = GNUNET_strdup (source_filename); 531 cs->hint_inlined_from_filename = GNUNET_strdup (source_filename);
530 cs->hint_inlined_from_line = source_lineno; 532 cs->hint_inlined_from_line = source_lineno;
531 } 533 }