diff options
author | Ruediger Pluem <rpluem@apache.org> | 2009-01-05 12:52:05 +0100 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2009-01-05 12:52:05 +0100 |
commit | 24715bae605e3340f83b27c6db5c9ca26d6b4057 (patch) | |
tree | 14d9160fef16fc09e8e23d2ed005f14a04f5f463 /support/htcacheclean.c | |
parent | Improved fix to PR#41120: send a clean error response when aborting (diff) | |
download | apache2-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.c | 1 |
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 { |