aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-29 21:43:49 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-12-29 21:43:49 +0000
commit6d7f8658ed788aeb0a8ee87a9ffc6613cc001bfa (patch)
tree79e5479197c65289f381d0070dacd6b19d04760b /src
parentc24de1e853a7e71774faa0ee674ecbc3de16dac2 (diff)
downloadnginx-6d7f8658ed788aeb0a8ee87a9ffc6613cc001bfa.tar.gz
nginx-6d7f8658ed788aeb0a8ee87a9ffc6613cc001bfa.zip
fix building by msvc introduced by r1807
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_core_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index c8266a3e8..5e2f2d3d5 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -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;