]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix undefined symbols in rev.12766
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Apr 2013 15:14:26 +0000 (09:14 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Apr 2013 15:14:26 +0000 (09:14 -0600)
commitd4a56c34ee3b6fab98cc36ce7e2fbbf935b4a0fe
tree9c287f3c25b95a280201d84f09a4b90961f5c874
parentdef2dae16254ab9b38ed80ebc1578be61a56c15c
Fix undefined symbols in rev.12766

The code changes to prevent several useless allocations on missing
sslproxy_cert_error directive left a few lines out of place.
Shuffle cert.sslErrors setup back to the original code sequence and
define allowDomainMismatch early as false for the default handling.
src/client_side.cc