From: Timo Sirainen Date: Tue, 21 Sep 2021 15:27:29 +0000 (+0300) Subject: config: Add data stack frame X-Git-Tag: 2.3.17~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18e1eaf61ec6f44abd77f0578b602e6e5c212936;p=thirdparty%2Fdovecot%2Fcore.git config: Add data stack frame --- diff --git a/src/config/config-request.c b/src/config/config-request.c index 00d0e50539..7428367552 100644 --- a/src/config/config-request.c +++ b/src/config/config-request.c @@ -207,9 +207,9 @@ setting_export_section_name(string_t *str, const struct setting_define *def, if (*name == NULL || **name == '\0') { /* no name, this one isn't unique. use the index. */ str_printfa(str, "%u", idx); - } else { + } else T_BEGIN { str_append(str, settings_section_escape(*name)); - } + } T_END; } static void