Skip to content

Commit

Permalink
Changes Rules to RulesSet
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmerle committed Jan 29, 2019
1 parent d7101e1 commit 6412273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ngx_http_modsecurity_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include <modsecurity/modsecurity.h>
#include <modsecurity/transaction.h>
#include <modsecurity/rules.h>
#include <modsecurity/rules_set.h>


/**
Expand Down Expand Up @@ -97,7 +97,7 @@ typedef struct {

typedef struct {
void *pool;
Rules *rules_set;
RulesSet *rules_set;

ngx_flag_t enable;
#if defined(MODSECURITY_SANITY_CHECKS) && (MODSECURITY_SANITY_CHECKS)
Expand Down

0 comments on commit 6412273

Please sign in to comment.