From: Daniel Gruno Date: Thu, 27 Feb 2014 21:56:59 +0000 (+0000) Subject: this wasn't supposed to be a pointer, thanks Yann! X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc989273993498c88bb86f3d542dbddf4df5f87d;p=thirdparty%2Fapache%2Fhttpd.git this wasn't supposed to be a pointer, thanks Yann! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1572748 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/lua_request.c b/modules/lua/lua_request.c index cd3bd670f18..652ba4013d4 100644 --- a/modules/lua/lua_request.c +++ b/modules/lua/lua_request.c @@ -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;