Skip to content

Commit

Permalink
Remove me. Just here to trigger appsec
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Jan 21, 2025
1 parent 8a44efe commit c29f99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsec/src/extension/ddappsec.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ static PHP_FUNCTION(datadog_appsec_push_address)
UNUSED(return_value);
if (!DDAPPSEC_G(active)) {
mlog(dd_log_debug, "Trying to access to push_address "
"function while appsec is disabled");
"function while appsec is disabled");
return;
}

Expand Down

0 comments on commit c29f99c

Please sign in to comment.