1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

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
This commit is contained in:
Daniel Gruno
2014-02-27 21:56:59 +00:00
parent 78f93a7569
commit 9dcfbbf7d4

View 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;