Skip to content

Commit ba69df8

Browse files
committed
swap to "require_enum_prefix = yes" by default.
Hopefully some tests will pass. :)
1 parent 1c0f7cf commit ba69df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/server/main_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ extern bool tmpl_require_enum_prefix;
192192
static const conf_parser_t migrate_config[] = {
193193
{ FR_CONF_OFFSET_FLAGS("rewrite_update", CONF_FLAG_HIDDEN, main_config_t, rewrite_update) },
194194
{ FR_CONF_OFFSET_FLAGS("forbid_update", CONF_FLAG_HIDDEN, main_config_t, forbid_update) },
195-
{ FR_CONF_OFFSET_FLAGS("require_enum_prefix", CONF_FLAG_HIDDEN, main_config_t, require_enum_prefix) },
195+
{ FR_CONF_OFFSET_FLAGS("require_enum_prefix", CONF_FLAG_HIDDEN, main_config_t, require_enum_prefix), .dflt = "yes" },
196196

197197
CONF_PARSER_TERMINATOR
198198
};

0 commit comments

Comments
 (0)