From: wessels <> Date: Wed, 26 May 1999 02:38:06 +0000 (+0000) Subject: wrong function argument X-Git-Tag: SQUID_3_0_PRE1~2182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1df87a8ca7c8422024d10b8339c9b3bd76f81fd4;p=thirdparty%2Fsquid.git wrong function argument --- diff --git a/src/store_dir.cc b/src/store_dir.cc index d481b9e86a..0fc486bd27 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -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);