mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 06:53:10 +00:00
Perl: extra "return" removed.
This commit is contained in:
parent
22c9e34b75
commit
8e35221f9a
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ request_body(r)
|
|||
|
||||
p = ngx_pnalloc(r->pool, len);
|
||||
if (p == NULL) {
|
||||
return XSRETURN_UNDEF;
|
||||
XSRETURN_UNDEF;
|
||||
}
|
||||
|
||||
data = p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue