From fa0d3e1a10acc379c2fe0595a97833b0919d57cb Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 22 Jan 2008 15:16:38 +0000 Subject: fix building by msvc introduced in r1817 --- src/http/modules/ngx_http_dav_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit