comparison src/http/ngx_http_request_body.c @ 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 b61edaa04342
comparison
equal deleted inserted replaced
4930:6f085bfcdb4d 4931:190fce68b6b5
974 974
975 975
976 static ngx_int_t 976 static ngx_int_t
977 ngx_http_request_body_save_filter(ngx_http_request_t *r, ngx_chain_t *in) 977 ngx_http_request_body_save_filter(ngx_http_request_t *r, ngx_chain_t *in)
978 { 978 {
979 #if (NGX_DEBUG)
979 ngx_chain_t *cl; 980 ngx_chain_t *cl;
981 #endif
980 ngx_http_request_body_t *rb; 982 ngx_http_request_body_t *rb;
981 983
982 rb = r->request_body; 984 rb = r->request_body;
983 985
984 #if (NGX_DEBUG) 986 #if (NGX_DEBUG)