diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-01-22 15:16:38 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-01-22 15:16:38 +0000 |
| commit | fa0d3e1a10acc379c2fe0595a97833b0919d57cb (patch) | |
| tree | dd779a4e57dc3d29d6d5edef408cc41bf61a738d | |
| parent | 0bd32b75696e28ceae8e0e19772b046f67b9e1ce (diff) | |
| download | nginx-fa0d3e1a10acc379c2fe0595a97833b0919d57cb.tar.gz nginx-fa0d3e1a10acc379c2fe0595a97833b0919d57cb.tar.bz2 | |
fix building by msvc introduced in r1817
| -rw-r--r-- | src/http/modules/ngx_http_dav_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
