]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
comment
authorwessels <>
Thu, 28 Mar 1996 13:02:19 +0000 (13:02 +0000)
committerwessels <>
Thu, 28 Mar 1996 13:02:19 +0000 (13:02 +0000)
src/store.cc

index a662fb1dd10f70183c8efdb712dae1c1fd9d4a46..cf9dacca8fd16b6b22ec75d39b0ad6a516ff414a 100644 (file)
@@ -1,5 +1,5 @@
 
-/* $Id: store.cc,v 1.13 1996/03/27 18:15:54 wessels Exp $ */
+/* $Id: store.cc,v 1.14 1996/03/28 06:02:19 wessels Exp $ */
 
 /* 
  * Here is a summary of the routines which change mem_status and swap_status:
@@ -2209,7 +2209,7 @@ int storeInit()
            tmpbuf[0] = '\0';
            sprintf(tmpbuf, "cd %s; rm -rf log [0-9][0-9]", path);
            debug(0, 1, "storeInit: Running '%s'\n", tmpbuf);
-           system(tmpbuf);
+           system(tmpbuf);     /* XXX should avoid system(3) */
        }
     }
     sprintf(swaplog_file, "%s/log", swappath(0));