]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
config: Initialize STRLIST and BOOLLIST arrays with defaults
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 6 Nov 2024 14:18:32 +0000 (16:18 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:14 +0000 (12:34 +0200)
commite5fcb79f60f41305b3207e342d35a216a83e3e49
treed38af6b0484fff36d4d89f714b584e5cbce91baa
parent867ae699598a14a2ab6bce51313deeaf665b76f9
config: Initialize STRLIST and BOOLLIST arrays with defaults

This will be needed by the following changes. Otherwise doveconf output
shows only the elements in config file, not the built-in defaults.
src/config/config-parser.c