From 1df87a8ca7c8422024d10b8339c9b3bd76f81fd4 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 26 May 1999 02:38:06 +0000 Subject: [PATCH] wrong function argument --- src/store_dir.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.2