]> git.kaiwu.me - nginx.git/commitdiff
fix building by msvc introduced by r1807
authorIgor Sysoev <igor@sysoev.ru>
Sat, 29 Dec 2007 21:43:49 +0000 (21:43 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 29 Dec 2007 21:43:49 +0000 (21:43 +0000)
src/http/ngx_http_core_module.c

index c8266a3e8bf5c341de57d3ddb7b8232fc84f00a7..5e2f2d3d5fa7851859077a12d31892a6325689d4 100644 (file)
@@ -2692,7 +2692,7 @@ ngx_http_core_create_loc_conf(ngx_conf_t *cf)
     lcf->client_max_body_size = NGX_CONF_UNSET;
     lcf->client_body_buffer_size = NGX_CONF_UNSET_SIZE;
     lcf->client_body_timeout = NGX_CONF_UNSET_MSEC;
-    lcf->satisfy = NGX_CONF_UNSET;
+    lcf->satisfy = NGX_CONF_UNSET_UINT;
     lcf->internal = NGX_CONF_UNSET;
     lcf->client_body_in_file_only = NGX_CONF_UNSET;
     lcf->sendfile = NGX_CONF_UNSET;