Commit 7f8bf6b5 authored by Rainer Jung's avatar Rainer Jung
Browse files

Fix compile breakage introduced by backport

error in r1445100.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1446972 13f79535-47bb-0310-9956-ffa450edef68
parent b1680e35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -697,7 +697,7 @@ static apr_status_t dummy_connection(ap_pod_t *pod)
        return rv;
    }

    if (lp->protocol && strcasecmp(lp->protocol, "https") == 0) {
    if (ap_listeners->protocol && strcasecmp(ap_listeners->protocol, "https") == 0) {
        /* Send a TLS 1.0 close_notify alert.  This is perhaps the
         * "least wrong" way to open and cleanly terminate an SSL
         * connection.  It should "work" without noisy error logs if