]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix incorrect external_acl_type codes
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Jun 2013 14:32:18 +0000 (02:32 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Jun 2013 14:32:18 +0000 (02:32 +1200)
commita8e3523507ff65e7cf200a47aec16fb490b80a72
tree2361a89345c2bde7ae6a19e01d1e2cddffaff12a
parenta079e38bc38f15150ec323e67ff463bfe011316f
Fix incorrect external_acl_type codes

Documentation describes %USER_CA_CERT_* codes for outputing the CA cert
attributes. However the directive parser and internals were all
referencing it as %CA_CERT_*.

This updates the internals to match documentation, and adds an upgrade
notice for any installations using the old token name.
src/external_acl.cc