]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a compilation error in the configuration where this is compiled.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 5 Sep 2021 08:31:04 +0000 (08:31 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 5 Sep 2021 08:31:04 +0000 (08:31 +0000)
Unless I missed something, it is broken since r1516930 (Aug 23 2013).

So no-one has compiled this for more than 8 years.
Sounds like dead code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892921 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index d1c86f93fdb5d3ecfff0f0dc7a9cc16e7d57f9af..1a3f1928f283fb7da84639fae080fc643296a3ec 100644 (file)
@@ -2831,7 +2831,7 @@ PROXY_DECLARE(int) ap_proxy_is_socket_connected(apr_socket_t *socket)
 
 }
 #else
-PROXY_DECLARE(int) ap_proxy_is_socket_connected(apr_socket_t *socket)
+PROXY_DECLARE(int) ap_proxy_is_socket_connected(apr_socket_t *sock)
 
 {
     apr_size_t buffer_len = 1;