]> git.ipfire.org Git - thirdparty/squid.git/commit
ESI: Fix build [-Wdeprecated-declarations] (#1295)
authorgkinkie@gmail.com <kinkie@squid-cache.org>
Sat, 4 Mar 2023 01:46:20 +0000 (01:46 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 4 Mar 2023 01:46:29 +0000 (01:46 +0000)
commit2bc933b5e6e451671ffd783cf655b2e1f9f49d72
tree77ed56be1177d51414d6de19e6a9d4b55b20b97d
parent1ed79f4b8c11b47bd8ed274768a60edd3f5c4fea
ESI: Fix build [-Wdeprecated-declarations] (#1295)

Replaced deprecated htmlDefaultSAXHandlerInit() libxml2 initialization
call with xmlInitParser().
src/esi/Libxml2Parser.cc