We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7101e1 commit 6412273Copy full SHA for 6412273
src/ngx_http_modsecurity_common.h
@@ -24,7 +24,7 @@
24
25
#include <modsecurity/modsecurity.h>
26
#include <modsecurity/transaction.h>
27
-#include <modsecurity/rules.h>
+#include <modsecurity/rules_set.h>
28
29
30
/**
@@ -97,7 +97,7 @@ typedef struct {
97
98
typedef struct {
99
void *pool;
100
- Rules *rules_set;
+ RulesSet *rules_set;
101
102
ngx_flag_t enable;
103
#if defined(MODSECURITY_SANITY_CHECKS) && (MODSECURITY_SANITY_CHECKS)
0 commit comments