]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Make debug_options rotate=N option back-compatible.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 5 Jun 2009 23:13:17 +0000 (11:13 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 5 Jun 2009 23:13:17 +0000 (11:13 +1200)
commit47df1aa7d86256f46f85a3e57a10056c2be235ef
tree63badee16fb4afa15f617e94c1c6830e58d97270
parent9bc642d7cc947c5364fe3e7e36e2746b12e8d613
Make debug_options rotate=N option back-compatible.

This ties older config which do not set rotate=N to still use the value
of logfile_rotate. If set rotate=N overrides logfile_rotate and can be
any value 0 or up.
src/cache_cf.cc
src/cf.data.pre
src/debug.cc