From ba02ab03b3c34ab5f8a2518332ed547d29e32a75 Mon Sep 17 00:00:00 2001 From: Fedora Cloud User Date: Wed, 30 Sep 2015 20:54:35 +0000 Subject: Initialize session_tickets as FALSE instead of UNSET --- nss_engine_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nss_engine_config.c b/nss_engine_config.c index 2c9aa5a..0945380 100644 --- a/nss_engine_config.c +++ b/nss_engine_config.c @@ -142,7 +142,7 @@ static SSLSrvConfigRec *nss_config_server_new(apr_pool_t *p) sc->proxy = NULL; sc->server = NULL; sc->proxy_ssl_check_peer_cn = TRUE; - sc->session_tickets = UNSET; + sc->session_tickets = FALSE; modnss_ctx_init_proxy(sc, p); -- cgit