mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +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:
@@ -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,
|
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;
|
int rc = OK;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user