]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
config: Add data stack frame
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 21 Sep 2021 15:27:29 +0000 (18:27 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 22 Sep 2021 11:11:23 +0000 (11:11 +0000)
src/config/config-request.c

index 00d0e50539e21d4572395f7c6253c5394d0a817d..7428367552fde482131a285ddc9445b0edf701e7 100644 (file)
@@ -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