]> granicus.if.org Git - apache/commitdiff
Quiet a compiler warning.
authorRyan Bloom <rbb@apache.org>
Wed, 14 Nov 2001 21:55:58 +0000 (21:55 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 14 Nov 2001 21:55:58 +0000 (21:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91953 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_http.c

index e74dfd19e546b0d96e201347074b08fbbf18f555..d5074ea03863ad76c785629379e609111cc84358 100644 (file)
@@ -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.