mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
Negligible change to force triggering v2 buildbots
This commit is contained in:
parent
df7335b35a
commit
2d7f1d6418
@ -18,6 +18,7 @@
|
|||||||
/**
|
/**
|
||||||
* Releases the resources used by a single regular expression pattern.
|
* Releases the resources used by a single regular expression pattern.
|
||||||
*/
|
*/
|
||||||
|
// FIXME
|
||||||
static apr_status_t msc_pcre_cleanup(msc_regex_t *regex) {
|
static apr_status_t msc_pcre_cleanup(msc_regex_t *regex) {
|
||||||
if (regex != NULL) {
|
if (regex != NULL) {
|
||||||
if (regex->pe != NULL) {
|
if (regex->pe != NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user