]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 1232: cache_dir parameter limited to only 63 entries.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 10 Apr 2009 08:09:58 +0000 (20:09 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 10 Apr 2009 08:09:58 +0000 (20:09 +1200)
commitc8b9eb1c7300ce4d62b5c466de901b8797bfdb4d
treeeb68d47fdf647e2c3d68978aa543ccd0112e69ab
parent482530f9f394ef3e6ea7a6901f25f6083574dd24
Bug 1232: cache_dir parameter limited to only 63 entries.

This alters the squid.conf parsing limit on cache_dir entries
into a softer configuration warning. It was a core dump.

Also opens the final bit of the 7-bit signed range for use
which makes the limit 64 cache dirs in total.
src/cache_cf.cc