From bd10bb41085b49bfa5c0621e2719970b62884f3c Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 11 Jan 2005 17:15:02 +0000 Subject: [PATCH] Match parameter types git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124912 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/ajp_header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/ajp_header.c b/modules/proxy/ajp_header.c index b41f0cc8ed..bd9e1e515e 100644 --- a/modules/proxy/ajp_header.c +++ b/modules/proxy/ajp_header.c @@ -452,7 +452,7 @@ static apr_status_t ajp_unmarshal_response(ajp_msg_t *msg, { apr_uint16_t status; apr_status_t rc; - char *ptr; + const char *ptr; apr_uint16_t num_headers; int i; -- 2.50.1