From: Ryan Bloom Date: Wed, 14 Nov 2001 21:55:58 +0000 (+0000) Subject: Quiet a compiler warning. X-Git-Tag: 2.0.29~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a49046151b7681857529988a4ff18d7b90e2faa;p=thirdparty%2Fapache%2Fhttpd.git Quiet a compiler warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91953 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c index e74dfd19e54..d5074ea0386 100644 --- a/modules/proxy/proxy_http.c +++ b/modules/proxy/proxy_http.c @@ -276,7 +276,7 @@ apr_status_t ap_proxy_http_create_connection(apr_pool_t *p, request_rec *r, const char *proxyname) { int failed=0, new=0; apr_status_t rv; - apr_socket_t *client_socket; + apr_socket_t *client_socket = NULL; /* We have determined who to connect to. Now make the connection, supporting * a KeepAlive connection.