Skip to content

Commit 6412273

Browse files
committed
Changes Rules to RulesSet
1 parent d7101e1 commit 6412273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/ngx_http_modsecurity_common.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include <modsecurity/modsecurity.h>
2626
#include <modsecurity/transaction.h>
27-
#include <modsecurity/rules.h>
27+
#include <modsecurity/rules_set.h>
2828

2929

3030
/**
@@ -97,7 +97,7 @@ typedef struct {
9797

9898
typedef struct {
9999
void *pool;
100-
Rules *rules_set;
100+
RulesSet *rules_set;
101101

102102
ngx_flag_t enable;
103103
#if defined(MODSECURITY_SANITY_CHECKS) && (MODSECURITY_SANITY_CHECKS)

0 commit comments

Comments
 (0)