]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
this wasn't supposed to be a pointer, thanks Yann!
authorDaniel Gruno <humbedooh@apache.org>
Thu, 27 Feb 2014 21:56:59 +0000 (21:56 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 27 Feb 2014 21:56:59 +0000 (21:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1572748 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/lua_request.c

index cd3bd670f18abf037ee32b5543452503ff183c08..652ba4013d4b51c7cecfa10134c1042282585c78 100644 (file)
@@ -229,7 +229,7 @@ static int req_aprtable2luatable_cb_len(void *l, const char *key,
  =======================================================================================================================
  */
 static int lua_read_body(request_rec *r, const char **rbuf, apr_off_t *size,
-        apr_off_t *maxsize)
+        apr_off_t maxsize)
 {
     int rc = OK;