]> git.kaiwu.me - nginx.git/commitdiff
fix building by msvc introduced in r1817
authorIgor Sysoev <igor@sysoev.ru>
Tue, 22 Jan 2008 15:16:38 +0000 (15:16 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 22 Jan 2008 15:16:38 +0000 (15:16 +0000)
src/http/modules/ngx_http_dav_module.c

index 09dac0ef465f63fe613f048283d29e6581d1d085..e597923e03390be1a420a8a10d5960d4107d11be 100644 (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;