aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-09-27 11:48:12 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-09-27 11:48:12 +0000
commitf79878e5d9ba361e4658bb1899ba14c22446fd08 (patch)
tree1196b3c8a463303ea1a5409088014a4697ef385e /src/http/ngx_http_core_module.c
parent49ac2b2b45295c9c8a0e2c1b76e9f3a8f95a9ef2 (diff)
downloadnginx-f79878e5d9ba361e4658bb1899ba14c22446fd08.tar.gz
nginx-f79878e5d9ba361e4658bb1899ba14c22446fd08.zip
allow duplicate listen ssl options
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r--src/http/ngx_http_core_module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index d29d20844..73cde3d82 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -3569,7 +3569,6 @@ ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
if (ngx_strcmp(value[n].data, "ssl") == 0) {
#if (NGX_HTTP_SSL)
- lsopt.set = 1;
lsopt.ssl = 1;
continue;
#else