diff options
author | Colm MacCarthaigh <colm@apache.org> | 2005-08-23 11:25:31 +0200 |
---|---|---|
committer | Colm MacCarthaigh <colm@apache.org> | 2005-08-23 11:25:31 +0200 |
commit | 7482daa13132f5255cb76db21bab58b2d8435e2e (patch) | |
tree | 7e7fdf853d8cb9be6128d8b3a722b8d539edaa07 /support/htcacheclean.c | |
parent | update transformation (diff) | |
download | apache2-7482daa13132f5255cb76db21bab58b2d8435e2e.tar.xz apache2-7482daa13132f5255cb76db21bab58b2d8435e2e.zip |
Update htcacheclean defines to match mod_disk_cache.c, Andreas is working on
mod_disk_cache.h, an all-round better solution, but for now just fix the
bug.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@239381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htcacheclean.c')
-rw-r--r-- | support/htcacheclean.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 83b0b3affb..6fa1842ca4 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -44,8 +44,8 @@ /* mod_disk_cache.c extract start */ -#define VARY_FORMAT_VERSION 1 -#define DISK_FORMAT_VERSION 2 +#define VARY_FORMAT_VERSION 3 +#define DISK_FORMAT_VERSION 4 typedef struct { /* Indicates the format of the header struct stored on-disk. */ |