Skip to content

Commit 70a51b1

Browse files
authored
Merge branch 'master' into glopes/sidecar-ffi-tel-metrics
2 parents f1190ee + c4d4325 commit 70a51b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appsec/src/extension/configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extern bool runtime_config_first_init;
3030

3131
// clang-format off
3232
#define DD_CONFIGURATION_GENERAL \
33-
SYSCFG(BOOL, DD_APPSEC_ENABLED, "false") \
33+
CONFIG(BOOL, DD_APPSEC_ENABLED, "false", .ini_change = zai_config_system_ini_change) \
3434
SYSCFG(BOOL, DD_APPSEC_CLI_START_ON_RINIT, "false") \
3535
SYSCFG(STRING, DD_APPSEC_RULES, "") \
3636
SYSCFG(CUSTOM(uint64_t), DD_APPSEC_WAF_TIMEOUT, "10000", .parser = _parse_uint64) \

0 commit comments

Comments
 (0)