You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jf...@apache.org on 2008/04/21 08:50:40 UTC

svn commit: r650026 - /httpd/httpd/trunk/modules/proxy/mod_proxy_http.c

Author: jfclere
Date: Sun Apr 20 23:50:36 2008
New Revision: 650026

URL: http://svn.apache.org/viewvc?rev=650026&view=rev
Log:
Typo.

Modified:
    httpd/httpd/trunk/modules/proxy/mod_proxy_http.c

Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_http.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_http.c?rev=650026&r1=650025&r2=650026&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_proxy_http.c (original)
+++ httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Sun Apr 20 23:50:36 2008
@@ -33,7 +33,7 @@
  */
 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;