From db04c64420e968abf586008849390bdb3c112836 Mon Sep 17 00:00:00 2001 From: brectanus Date: Wed, 30 May 2007 16:10:17 +0000 Subject: [PATCH] Cleanup --- apache2/modsecurity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache2/modsecurity.h b/apache2/modsecurity.h index e9e74682..69e52c4c 100644 --- a/apache2/modsecurity.h +++ b/apache2/modsecurity.h @@ -325,7 +325,7 @@ struct modsec_rec { apr_off_t content_append_len; /* data cache */ - apr_hash_t *tcache; + apr_hash_t *tcache; }; struct directory_config {