/*
- * $Id: store_dir.cc,v 1.115 2000/10/31 23:48:15 wessels Exp $
+ * $Id: store_dir.cc,v 1.116 2000/12/05 09:03:31 wessels Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
/* Flush */
for (dirn = 0; dirn < Config.cacheSwap.n_configured; dirn++) {
sd = &Config.cacheSwap.swapDirs[dirn];
- sd->log.clean.done(sd);
+ if (sd->log.clean.done)
+ sd->log.clean.done(sd);
}
if (reopen)
storeDirOpenSwapLogs();