From 24715bae605e3340f83b27c6db5c9ca26d6b4057 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Mon, 5 Jan 2009 11:52:05 +0000 Subject: [PATCH] * 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 --- support/htcacheclean.c | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.40.0