From: Jim Jagielski Date: Tue, 11 Jan 2005 17:15:02 +0000 (+0000) Subject: Match parameter types X-Git-Tag: 2.1.3~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd10bb41085b49bfa5c0621e2719970b62884f3c;p=thirdparty%2Fapache%2Fhttpd.git Match parameter types git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124912 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/ajp_header.c b/modules/proxy/ajp_header.c index b41f0cc8edb..bd9e1e515e2 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;