summaryrefslogtreecommitdiffstats
path: root/support/htcacheclean.c
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2009-01-05 12:52:05 +0100
committerRuediger Pluem <rpluem@apache.org>2009-01-05 12:52:05 +0100
commit24715bae605e3340f83b27c6db5c9ca26d6b4057 (patch)
tree14d9160fef16fc09e8e23d2ed005f14a04f5f463 /support/htcacheclean.c
parentImproved fix to PR#41120: send a clean error response when aborting (diff)
downloadapache2-24715bae605e3340f83b27c6db5c9ca26d6b4057.tar.xz
apache2-24715bae605e3340f83b27c6db5c9ca26d6b4057.zip
* The header file is still needed in this case. So prevent it from being
deleted. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htcacheclean.c')
-rw-r--r--support/htcacheclean.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c
index 56f99e9612..d449b6cfae 100644
--- a/support/htcacheclean.c
+++ b/support/htcacheclean.c
@@ -489,6 +489,7 @@ static int process_dir(char *path, apr_pool_t *pool)
apr_file_remove(apr_pstrcat(p, path, "/", d->basename,
CACHE_DATA_SUFFIX, NULL),
p);
+ break;
}
}
else {