changeset 4931:190fce68b6b5

Request body: unbreak build without debug.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 21 Nov 2012 01:40:11 +0000
parents 6f085bfcdb4d
children 0fce5bb53b2d
files src/http/ngx_http_request_body.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 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;