commit | fa0d3e1a10acc379c2fe0595a97833b0919d57cb | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Jan 22 15:16:38 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Jan 22 15:16:38 2008 +0000 |
tree | dd779a4e57dc3d29d6d5edef408cc41bf61a738d | |
parent | 0bd32b75696e28ceae8e0e19772b046f67b9e1ce [diff] |
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 09dac0e..e597923 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c
@@ -1140,7 +1140,7 @@ * 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;