]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
wrong function argument
authorwessels <>
Wed, 26 May 1999 02:38:06 +0000 (02:38 +0000)
committerwessels <>
Wed, 26 May 1999 02:38:06 +0000 (02:38 +0000)
src/store_dir.cc

index d481b9e86a917b4ba1f93ae1cdba7d64b51f77fc..0fc486bd27cb658cf91b0781b62532229c364e2e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir.cc,v 1.93 1999/05/25 06:53:48 wessels Exp $
+ * $Id: store_dir.cc,v 1.94 1999/05/25 20:38:06 wessels Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
@@ -410,7 +410,7 @@ storeDirWriteCleanLogs(int reopen)
        sd = &Config.cacheSwap.swapDirs[dirn];
        if (NULL == sd->log.clean.write)
            continue;
-       sd->log.clean.write(e, sd->log.clean.state);
+       sd->log.clean.write(e, sd);
        if ((++n & 0xFFFF) == 0) {
            getCurrentTime();
            debug(20, 1) ("  %7d entries written so far.\n", n);