mirror of https://github.com/nginx/nginx
Fixed compilation warnings on Windows after c93a0c48af.
This commit is contained in:
parent
ce30a1cb0d
commit
f04e2b7f6e
|
|
@ -688,8 +688,8 @@ ngx_http_headers_create_conf(ngx_conf_t *cf)
|
|||
*/
|
||||
|
||||
conf->expires = NGX_HTTP_EXPIRES_UNSET;
|
||||
conf->headers_inherit = NGX_CONF_UNSET;
|
||||
conf->trailers_inherit = NGX_CONF_UNSET;
|
||||
conf->headers_inherit = NGX_CONF_UNSET_UINT;
|
||||
conf->trailers_inherit = NGX_CONF_UNSET_UINT;
|
||||
|
||||
return conf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue