mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Cleanup of dead functions within proxy_util.c.
PR: Obtained from: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88732 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -412,7 +412,7 @@ static int proxy_handler(request_rec *r)
|
||||
return ap_proxy_http_handler(r, url, NULL, 0);
|
||||
#if FTP
|
||||
if (strcasecmp(scheme, "ftp") == 0)
|
||||
return ap_proxy_ftp_handler(r, NULL, url);
|
||||
return ap_proxy_ftp_handler(r, url);
|
||||
#endif
|
||||
else {
|
||||
ap_log_error(APLOG_MARK, APLOG_DEBUG | APLOG_NOERRNO, 0, r->server,
|
||||
|
Reference in New Issue
Block a user