mirror of
https://github.com/nginx/nginx.git
synced 2024-11-27 23:49:00 +08:00
Request body: unbreak build without debug.
This commit is contained in:
parent
5fc85439d0
commit
542b60a35a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user