You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/12/19 17:32:01 UTC

cvs commit: httpd-2.0/modules/proxy proxy_http.c

rbb         01/12/19 08:32:01

  Modified:    modules/proxy proxy_http.c
  Log:
  Remove an extra semi-colon.
  
  Revision  Changes    Path
  1.114     +1 -1      httpd-2.0/modules/proxy/proxy_http.c
  
  Index: proxy_http.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/proxy_http.c,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- proxy_http.c	2001/12/18 20:29:27	1.113
  +++ proxy_http.c	2001/12/19 16:32:01	1.114
  @@ -292,7 +292,7 @@
        */
       /* see memory note above */
       if (backend->connection) {
  -        client_socket = ap_get_module_config(backend->connection->conn_config, &core_module);;
  +        client_socket = ap_get_module_config(backend->connection->conn_config, &core_module);
           if ((backend->connection->id == c->id) &&
               (backend->port == p_conn->port) &&
               (backend->hostname) &&