Commit de21ea13 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Quiet a compiler warning.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91953 13f79535-47bb-0310-9956-ffa450edef68
parent 2150a933
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.