mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Match parameter types
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -452,7 +452,7 @@ static apr_status_t ajp_unmarshal_response(ajp_msg_t *msg,
|
|||||||
{
|
{
|
||||||
apr_uint16_t status;
|
apr_uint16_t status;
|
||||||
apr_status_t rc;
|
apr_status_t rc;
|
||||||
char *ptr;
|
const char *ptr;
|
||||||
apr_uint16_t num_headers;
|
apr_uint16_t num_headers;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user