aboutsummaryrefslogtreecommitdiff
path: root/src/util/configuration.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2022-10-05 13:35:00 +0200
committert3sserakt <t3ss@posteo.de>2022-10-05 13:35:00 +0200
commit8e4312d5e44a83e2baeb3fc15465b5e70919e6cf (patch)
treee4fe3388c0c18d9fa025c95820089d4ec5a801d4 /src/util/configuration.c
parent247230d737e3e4709392148bfabbde25871b6914 (diff)
parent95fd039097d261626916cfc260a06a29d3d4fc15 (diff)
downloadgnunet-8e4312d5e44a83e2baeb3fc15465b5e70919e6cf.tar.gz
gnunet-8e4312d5e44a83e2baeb3fc15465b5e70919e6cf.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
Diffstat (limited to 'src/util/configuration.c')
-rw-r--r--src/util/configuration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index d9d6721cc..27e6cf612 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -1433,7 +1433,7 @@ GNUNET_CONFIGURATION_iterate_section_values (
1433void 1433void
1434GNUNET_CONFIGURATION_iterate_sections ( 1434GNUNET_CONFIGURATION_iterate_sections (
1435 const struct GNUNET_CONFIGURATION_Handle *cfg, 1435 const struct GNUNET_CONFIGURATION_Handle *cfg,
1436 GNUNET_CONFIGURATION_Section_Iterator iter, 1436 GNUNET_CONFIGURATION_SectionIterator iter,
1437 void *iter_cls) 1437 void *iter_cls)
1438{ 1438{
1439 struct ConfigSection *spos; 1439 struct ConfigSection *spos;