]> git.kaiwu.me - nginx.git/commitdiff
Perl: extra "return" removed.
authorMaxim Dounin <mdounin@mdounin.ru>
Sat, 11 May 2013 14:48:56 +0000 (18:48 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Sat, 11 May 2013 14:48:56 +0000 (18:48 +0400)
src/http/modules/perl/nginx.xs

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