]> granicus.if.org Git - apache/commitdiff
remove useless line
authorAndré Malo <nd@apache.org>
Sun, 20 Sep 2009 17:57:05 +0000 (17:57 +0000)
committerAndré Malo <nd@apache.org>
Sun, 20 Sep 2009 17:57:05 +0000 (17:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@817066 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_scgi.c

index e152c277b8470dca8af11356b6b822addcb125d2..6bc0b47cbaaaabe8e4827a0a50c98f1d2342a5e8 100644 (file)
@@ -508,8 +508,7 @@ static int scgi_handler(request_rec *r, proxy_worker *worker,
                       "proxy: " PROXY_FUNCTION ": declining URL %s", url);
         return DECLINED;
     }
-    url += sizeof(SCHEME); /* keep the slashes */
-    
+
     /* Create space for state information */
     status = ap_proxy_acquire_connection(PROXY_FUNCTION, &backend, worker,
                                          r->server);