From: Ruediger Pluem Date: Mon, 5 Jan 2009 11:52:05 +0000 (+0000) Subject: * The header file is still needed in this case. So prevent it from being X-Git-Tag: 2.3.2~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24715bae605e3340f83b27c6db5c9ca26d6b4057;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 56f99e9612d..d449b6cfae3 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 {