]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-settings: Fix non-default settings when using SETTINGS_OVERRIDE_TYPE_2ND_DEFAULT
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 19 Dec 2024 21:33:45 +0000 (23:33 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:15 +0000 (12:34 +0200)
commitcfdb43c6a17a4221e8badf72cdbaee7faee2c6a9
tree2e7f305e97b32f3c48cf8236bed11ec604d1b7a5
parent4d4c20c218d09e79d1c92c573e1a9078e88dc4b3
lib-settings: Fix non-default settings when using SETTINGS_OVERRIDE_TYPE_2ND_DEFAULT

When processing SETTINGS_OVERRIDE_TYPE_2ND_DEFAULT settings,
setting_parser_info.default_settings were overriding settings from config
file.
src/lib-settings/settings.c