]> granicus.if.org Git - apache/commitdiff
- Partial revert of revision 190535. Remove const from tempfile, since apr_file_mkte...
authorPaul Querna <pquerna@apache.org>
Tue, 14 Jun 2005 00:23:13 +0000 (00:23 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 14 Jun 2005 00:23:13 +0000 (00:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190536 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_disk_cache.c

index 887f187e3ddcd398ecbd810f3b80a00f1daaac0e..4afce624f94036094652b2226ba648e3913196e3 100644 (file)
@@ -75,7 +75,7 @@ typedef struct {
  */
 typedef struct disk_cache_object {
     const char *root;        /* the location of the cache directory */
-    const char *tempfile;    /* temp file tohold the content */
+    char *tempfile;    /* temp file tohold the content */
     const char *datafile;    /* name of file where the data will go */
     const char *hdrsfile;    /* name of file where the hdrs will go */
     const char *hashfile;    /* Computed hash key for this URI */