Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 11615 invoked by uid 500); 18 Oct 2001 13:18:54 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 11594 invoked by uid 500); 18 Oct 2001 13:18:53 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 18 Oct 2001 13:12:32 -0000 Message-ID: <20011018131232.99298.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/proxy mod_proxy.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 01/10/18 06:12:32 Modified: modules/proxy mod_proxy.c Log: As GStein points out... comment here would be helpful Revision Changes Path 1.61 +2 -0 httpd-2.0/modules/proxy/mod_proxy.c Index: mod_proxy.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/proxy/mod_proxy.c,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- mod_proxy.c 2001/10/11 14:04:11 1.60 +++ mod_proxy.c 2001/10/18 13:12:32 1.61 @@ -136,6 +136,8 @@ conf = (proxy_server_conf *) ap_get_module_config(sconf, &proxy_module); + /* Ick... msvc (perhaps others) promotes ternary short results to int */ + if (conf->req && r->parsed_uri.scheme) { /* but it might be something vhosted */ if (!(r->parsed_uri.hostname