Cleanup. See #364.

This commit is contained in:
brectanus
2008-07-29 05:47:14 +00:00
parent dde8e6c6a0
commit 40b6cd3ebe
7 changed files with 15 additions and 9 deletions

View File

@@ -314,7 +314,6 @@ apr_status_t modsecurity_tx_init(modsec_rec *msr) {
/* Other */
msr->tcache = NULL;
msr->tcache_items = 0;
msr->tcache_limit_warn = 0;
msr->matched_rules = apr_array_make(msr->mp, 16, sizeof(void *));
if (msr->matched_rules == NULL) return -1;