diff src/http/modules/ngx_http_dav_module.c @ 1864:524831ec3e69

fix building by msvc introduced in r1817
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Jan 2008 15:16:38 +0000
parents aa343f669f11
children cbd321d1e1b3
line wrap: on
line diff
--- 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 
      *     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;