mirror of
https://github.com/nginx/nginx.git
synced 2025-06-18 01:30:42 +08:00
Perl: extra "return" removed.
This commit is contained in:
parent
22c9e34b75
commit
8e35221f9a
@ -419,7 +419,7 @@ request_body(r)
|
|||||||
|
|
||||||
p = ngx_pnalloc(r->pool, len);
|
p = ngx_pnalloc(r->pool, len);
|
||||||
if (p == NULL) {
|
if (p == NULL) {
|
||||||
return XSRETURN_UNDEF;
|
XSRETURN_UNDEF;
|
||||||
}
|
}
|
||||||
|
|
||||||
data = p;
|
data = p;
|
||||||
|
Loading…
Reference in New Issue
Block a user