From: Colm MacCarthaigh Date: Tue, 23 Aug 2005 09:25:31 +0000 (+0000) Subject: Update htcacheclean defines to match mod_disk_cache.c, Andreas is working on X-Git-Tag: 2.3.0~3110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7482daa13132f5255cb76db21bab58b2d8435e2e;p=apache 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 --- 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. */