comparison 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
comparison
equal deleted inserted replaced
1863:8382d94ba6ae 1864:524831ec3e69
1138 * set by ngx_pcalloc(): 1138 * set by ngx_pcalloc():
1139 * 1139 *
1140 * conf->methods = 0; 1140 * conf->methods = 0;
1141 */ 1141 */
1142 1142
1143 conf->min_delete_depth = NGX_CONF_UNSET; 1143 conf->min_delete_depth = NGX_CONF_UNSET_UINT;
1144 conf->access = NGX_CONF_UNSET_UINT; 1144 conf->access = NGX_CONF_UNSET_UINT;
1145 conf->create_full_put_path = NGX_CONF_UNSET; 1145 conf->create_full_put_path = NGX_CONF_UNSET;
1146 1146
1147 return conf; 1147 return conf;
1148 } 1148 }