Perl: extra "return" removed.

This commit is contained in:
Maxim Dounin 2013-05-11 18:48:56 +04:00
parent 6af91f2351
commit 4672d90cce
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ request_body(r)
p = ngx_pnalloc(r->pool, len);
if (p == NULL) {
return XSRETURN_UNDEF;
XSRETURN_UNDEF;
}
data = p;