diff src/http/ngx_http_core_module.c @ 3764:d1983670b586

allow duplicate listen ssl options
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Sep 2010 11:48:12 +0000
parents 5f58badd13ed
children a08e8b3832ae
line wrap: on
line diff
--- 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
 
         if (ngx_strcmp(value[n].data, "ssl") == 0) {
 #if (NGX_HTTP_SSL)
-            lsopt.set = 1;
             lsopt.ssl = 1;
             continue;
 #else