diff options
-rw-r--r-- | nss_engine_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |