Skip to content

Commit 005538e

Browse files
committed
Change back DD_APPSEC_ENABLED to CONFIG
1 parent 4a26042 commit 005538e

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") \
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)