]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix compile breakage introduced by backport
authorRainer Jung <rjung@apache.org>
Sat, 16 Feb 2013 22:51:16 +0000 (22:51 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 16 Feb 2013 22:51:16 +0000 (22:51 +0000)
error in r1445100.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1446972 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index ce55f08844c25b8f55ddae825b770c9e9dd01259..ecb0947d8e6ffce8a80173390d6a5cfad2a11843 100644 (file)
@@ -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