Add remaining code for rule mem pool fix.

This commit is contained in:
brectanus
2007-06-14 17:58:50 +00:00
parent f2d16aafe9
commit a2a52b9ae7

View File

@@ -304,6 +304,9 @@ struct modsec_rec {
/* other */
apr_table_t *collections;
apr_table_t *collections_dirty;
/* rule processing temp pool */
apr_pool_t *msc_rule_mptmp;
};
struct directory_config {