]> git.ipfire.org Git - thirdparty/squid.git/commit
Argh, that last patch to src/store_dir.c is bogus. sd->log.clean.done
authorwessels <>
Tue, 5 Dec 2000 16:11:24 +0000 (16:11 +0000)
committerwessels <>
Tue, 5 Dec 2000 16:11:24 +0000 (16:11 +0000)
commita7d542ee53bac8486db7d8b11d25dcb1b7aea370
treed0949224532c4192e2eb4c6d80851281b4216ce1
parent678554612466f41943cd96974db2ed80f023401a
Argh, that last patch to src/store_dir.c is bogus.   sd->log.clean.done
will never be NULL, it's sd->log.clean.state that's the problem.
Also, this way I get to fix it in four files, not just one.
src/fs/aufs/store_dir_aufs.cc
src/fs/coss/store_dir_coss.cc
src/fs/diskd/store_dir_diskd.cc
src/fs/ufs/store_dir_ufs.cc
src/store_dir.cc