summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {