fix building by msvc introduced in r1817

This commit is contained in:
Igor Sysoev 2008-01-22 15:16:38 +00:00
parent 0bd32b7569
commit fa0d3e1a10

View File

@ -1140,7 +1140,7 @@ ngx_http_dav_create_loc_conf(ngx_conf_t *cf)
* 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->create_full_put_path = NGX_CONF_UNSET;