diff src/http/modules/ngx_http_ssl_module.c @ 4273:e444e8f6538b

Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.
author Sergey Budnevitch <sb@waeme.net>
date Mon, 14 Nov 2011 09:12:15 +0000
parents d5462eab1440
children a0505851e70c
line wrap: on
line diff
--- a/src/http/modules/ngx_http_ssl_module.c
+++ b/src/http/modules/ngx_http_ssl_module.c
@@ -101,7 +101,7 @@ static ngx_command_t  ngx_http_ssl_comma
       NULL },
 
     { ngx_string("ssl_verify_client"),
-      NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_CONF_FLAG,
+      NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_CONF_TAKE1,
       ngx_conf_set_enum_slot,
       NGX_HTTP_SRV_CONF_OFFSET,
       offsetof(ngx_http_ssl_srv_conf_t, verify),