]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix Security::ServerOptions copy-constructor (#513)
authorAmos Jeffries <yadij@users.noreply.github.com>
Wed, 20 Nov 2019 05:20:04 +0000 (05:20 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 21 Nov 2019 05:18:37 +0000 (05:18 +0000)
commitff3763e9a70256cdfb31ed9c6ea80b7387c3aa45
treebe28faba3d050149246170769d78f39e8408bc7f
parent195ec8477565885e8f0975865a32bb716ea56272
Fix Security::ServerOptions copy-constructor (#513)

clientCaStack uses a std::unique_ptr which cannot be copied.
src/security/ServerOptions.h