From: Maxim Dounin Date: Wed, 21 Nov 2012 01:40:11 +0000 (+0000) Subject: Request body: unbreak build without debug. X-Git-Tag: release-1.3.9~9 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=542b60a35a26b42fb24be70816d5502db7b6eaa0;p=nginx.git Request body: unbreak build without debug. --- 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;