aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-11-21 01:40:11 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-11-21 01:40:11 +0000
commit542b60a35a26b42fb24be70816d5502db7b6eaa0 (patch)
treee2be50bb101305e7c2abc20ad66729ea40993fc0 /src
parent5fc85439d0c6d55ff74ebba55d54d9c4e0bc6044 (diff)
downloadnginx-542b60a35a26b42fb24be70816d5502db7b6eaa0.tar.gz
nginx-542b60a35a26b42fb24be70816d5502db7b6eaa0.zip
Request body: unbreak build without debug.
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_request_body.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c
index cb3f5982c..931694ebe 100644
--- a/src/http/ngx_http_request_body.c
+++ b/src/http/ngx_http_request_body.c
@@ -976,7 +976,9 @@ ngx_http_request_body_chunked_filter(ngx_http_request_t *r, ngx_chain_t *in)
static ngx_int_t
ngx_http_request_body_save_filter(ngx_http_request_t *r, ngx_chain_t *in)
{
+#if (NGX_DEBUG)
ngx_chain_t *cl;
+#endif
ngx_http_request_body_t *rb;
rb = r->request_body;