Rename TX_SEVERITY to HIGHEST_SEVERITY, fix and document.

This commit is contained in:
brectanus
2007-08-09 14:32:02 +00:00
parent b71687c7f7
commit 9cfdd8f0d2
5 changed files with 43 additions and 24 deletions

View File

@@ -299,7 +299,7 @@ apr_status_t modsecurity_tx_init(modsec_rec *msr) {
msr->tcache = apr_hash_make(msr->mp);
if (msr->tcache == NULL) return -1;
msr->tx_severity = 7; /* lowest */
msr->highest_severity = 255; /* high, invalid value */
return 1;
}