From: Igor Sysoev Date: Tue, 22 Jan 2008 15:16:38 +0000 (+0000) Subject: fix building by msvc introduced in r1817 X-Git-Tag: release-0.6.26~24 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=fa0d3e1a10acc379c2fe0595a97833b0919d57cb;p=nginx.git fix building by msvc introduced in r1817 --- diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index 09dac0ef4..e597923e0 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -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;