ssl: don't trigger a reload on proxy.config.ssl.server.multicert.exit_on_load_fail changes
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3fd3b668 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3fd3b668 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3fd3b668 Branch: refs/heads/master Commit: 3fd3b6689dbcfc15f4cdff30de5219f81e744f24 Parents: c7ea5ac Author: James Peach <[email protected]> Authored: Sat Oct 24 11:31:56 2015 -0700 Committer: James Peach <[email protected]> Committed: Sat Oct 24 11:31:56 2015 -0700 ---------------------------------------------------------------------- iocore/net/SSLConfig.cc | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3fd3b668/iocore/net/SSLConfig.cc ---------------------------------------------------------------------- diff --git a/iocore/net/SSLConfig.cc b/iocore/net/SSLConfig.cc index 38e0eea..56a0e88 100644 --- a/iocore/net/SSLConfig.cc +++ b/iocore/net/SSLConfig.cc @@ -359,7 +359,6 @@ SSLCertificateConfig::startup() { sslCertUpdate = new ConfigUpdateHandler<SSLCertificateConfig>(); sslCertUpdate->attach("proxy.config.ssl.server.multicert.filename"); - sslCertUpdate->attach("proxy.config.ssl.server.multicert.exit_on_load_fail"); sslCertUpdate->attach("proxy.config.ssl.server.ticket_key.filename"); sslCertUpdate->attach("proxy.config.ssl.server.cert.path"); sslCertUpdate->attach("proxy.config.ssl.server.private_key.path");
