]> git.ipfire.org Git - thirdparty/squid.git/commit
Log an ERROR instead of halting on unknown cache_dir types
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 May 2013 02:43:38 +0000 (20:43 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 May 2013 02:43:38 +0000 (20:43 -0600)
commit14a0f6de04ff0b7c6a8a0efc8d29e68d2f2ea8d2
tree8c6a80be5e9bf669a1ce9514e0a61be601ce0989
parent09fff88b46fd297b75c79d608d4bf436d273dd21
Log an ERROR instead of halting on unknown cache_dir types

Squid-3 can run fine without any configured cache_dir. This assists with
upgrade from older Squid-2 where COSS or NULL cache types may be present.
It also assists with backward compatibility for any future cache types
which may be added in future.
src/cache_cf.cc