You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2009/01/05 12:52:06 UTC

svn commit: r731535 - /httpd/httpd/trunk/support/htcacheclean.c

Author: rpluem
Date: Mon Jan  5 03:52:05 2009
New Revision: 731535

URL: http://svn.apache.org/viewvc?rev=731535&view=rev
Log:
* The header file is still needed in this case. So prevent it from being
  deleted.

Modified:
    httpd/httpd/trunk/support/htcacheclean.c

Modified: httpd/httpd/trunk/support/htcacheclean.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/htcacheclean.c?rev=731535&r1=731534&r2=731535&view=diff
==============================================================================
--- httpd/httpd/trunk/support/htcacheclean.c (original)
+++ httpd/httpd/trunk/support/htcacheclean.c Mon Jan  5 03:52:05 2009
@@ -489,6 +489,7 @@
                         apr_file_remove(apr_pstrcat(p, path, "/", d->basename,
                                                     CACHE_DATA_SUFFIX, NULL),
                                         p);
+                        break;
                     }
                 }
                 else {