]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Eliminating a compiler warning
authorBradley Nicholes <bnicholes@apache.org>
Thu, 4 Oct 2001 00:27:24 +0000 (00:27 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 4 Oct 2001 00:27:24 +0000 (00:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91267 13f79535-47bb-0310-9956-ffa450edef68

src/modules/proxy/proxy_http.c

index d68ef28d2411b9ebc76ee46c1ab2ca17f9d9c88d..112b9d7452acd8b48224c4a2625c4b1c80c4d64a 100644 (file)
@@ -171,8 +171,8 @@ int ap_proxy_http_handler(request_rec *r, cache_req *c, char *url,
                       const char *proxyhost, int proxyport)
 {
     const char *strp;
-    char *strp2, *pragma;
-    const char *err, *desthost;
+    char *strp2;
+    const char *err, *desthost, *pragma;
     int i, j, sock, len, backasswards;
     array_header *reqhdrs_arr;
     table *resp_hdrs;