]> granicus.if.org Git - apache/commitdiff
Typo.
authorJean-Frederic Clere <jfclere@apache.org>
Mon, 21 Apr 2008 06:50:36 +0000 (06:50 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Mon, 21 Apr 2008 06:50:36 +0000 (06:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@650026 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index e118a4ff1a20dadeaa2a66f28465ef39564f2c43..cc88b61c75a2f7ca49b2e440e535a2c801d49ad0 100644 (file)
@@ -33,7 +33,7 @@ static apr_status_t ap_proxy_http_cleanup(const char *scheme,
  */
 static int proxy_http_canon(request_rec *r, char *url)
 {
-    char *host, *path, *search, sport[7];
+    char *host, *path, sport[7];
     char *search = NULL;
     const char *err;
     const char *scheme;