From 9c8178f7b70bce57805c60e5a034db0b09d090db Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 5 Sep 2021 08:31:04 +0000 Subject: [PATCH] Fix a compilation error in the configuration where this is compiled. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index d1c86f93fd..1a3f1928f2 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -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;