mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix building by msvc introduced in r1817
This commit is contained in:
parent
0bd32b7569
commit
fa0d3e1a10
@ -1140,7 +1140,7 @@ ngx_http_dav_create_loc_conf(ngx_conf_t *cf)
|
|||||||
* conf->methods = 0;
|
* conf->methods = 0;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
conf->min_delete_depth = NGX_CONF_UNSET;
|
conf->min_delete_depth = NGX_CONF_UNSET_UINT;
|
||||||
conf->access = NGX_CONF_UNSET_UINT;
|
conf->access = NGX_CONF_UNSET_UINT;
|
||||||
conf->create_full_put_path = NGX_CONF_UNSET;
|
conf->create_full_put_path = NGX_CONF_UNSET;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user