1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Follow-up to r1451905 to fix NetWare/Windows compilation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1451921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Guenter Knauf
2013-03-02 19:17:14 +00:00
parent a641aa24e7
commit f9b2fedce6

View File

@@ -2383,6 +2383,7 @@ static apr_status_t send_http_connect(proxy_conn_rec *backend,
}
#if APR_HAVE_SYS_UN_H
/* lifted from mod_proxy_fdpass.c; tweaked addrlen in connect() call */
static apr_status_t socket_connect_un(apr_socket_t *sock,
struct sockaddr_un *sa)
@@ -2426,6 +2427,7 @@ static apr_status_t socket_connect_un(apr_socket_t *sock,
return APR_SUCCESS;
}
#endif
PROXY_DECLARE(int) ap_proxy_connect_backend(const char *proxy_function,
proxy_conn_rec *conn,