]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixing a type conversion error when content_length is assigned the return
authorBradley Nicholes <bnicholes@apache.org>
Wed, 17 Apr 2002 16:04:32 +0000 (16:04 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 17 Apr 2002 16:04:32 +0000 (16:04 +0000)
value of ap_table_get()

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94680 13f79535-47bb-0310-9956-ffa450edef68

src/modules/proxy/proxy_http.c

index db2c057c01e5884c627f9a2c884560c18adb8ae0..6d3788a1d2b2aea88026fb811dc5c752263891a1 100644 (file)
@@ -168,7 +168,7 @@ int ap_proxy_http_handler(request_rec *r, cache_req *c, char *url,
     char *destportstr = NULL;
     const char *urlptr = NULL;
     const char *datestr, *urlstr;
-    char *content_length;
+    const char *content_length;
 
     void *sconf = r->server->module_config;
     proxy_server_conf *conf =