Fixed issue where transformation cache used default (fixed in 2.5.4).

This commit is contained in:
brectanus
2008-05-13 00:09:18 +00:00
parent f394c6faa2
commit eb77be6e0e

View File

@@ -1939,7 +1939,9 @@ static apr_status_t msre_rule_process_normal(msre_rule *rule, modsec_rec *msr) {
if (strcmp(action->param, "none") == 0) { if (strcmp(action->param, "none") == 0) {
apr_table_clear(normtab); apr_table_clear(normtab);
tfnspath = NULL; tfnspath = NULL;
tfnskey = NULL;
tfnscount = 0; tfnscount = 0;
last_crec = NULL;
last_cached_tfn = 0; last_cached_tfn = 0;
continue; continue;
} }