This commit is contained in:
ivanr
2008-07-31 10:09:35 +00:00
parent 7edd9cc7f7
commit 3f26e3d384
2 changed files with 22 additions and 6 deletions

View File

@@ -567,6 +567,7 @@ apr_status_t modsecurity_process_phase(modsec_rec *msr, unsigned int phase) {
msr_log(msr, 9, "Cleared transformation cache for phase %d", msr->phase);
}
msr->tcache_items = 0;
msr->tcache = apr_hash_make(msr->mp);
if (msr->tcache == NULL) return -1;