]> granicus.if.org Git - apache/commitdiff
As GStein points out... comment here would be helpful
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 18 Oct 2001 13:12:32 +0000 (13:12 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 18 Oct 2001 13:12:32 +0000 (13:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91544 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index 618deea1b3799c35c0e8f5e9e44ddc624c6231b9..1f4d417b241499771a3bd5b59436c3209ae31975 100644 (file)
@@ -136,6 +136,8 @@ static int proxy_detect(request_rec *r)
 
     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