You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2013/02/16 23:51:16 UTC

svn commit: r1446972 - /httpd/httpd/branches/2.2.x/server/mpm_common.c

Author: rjung
Date: Sat Feb 16 22:51:16 2013
New Revision: 1446972

URL: http://svn.apache.org/r1446972
Log:
Fix compile breakage introduced by backport
error in r1445100.

Modified:
    httpd/httpd/branches/2.2.x/server/mpm_common.c

Modified: httpd/httpd/branches/2.2.x/server/mpm_common.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/server/mpm_common.c?rev=1446972&r1=1446971&r2=1446972&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/server/mpm_common.c (original)
+++ httpd/httpd/branches/2.2.x/server/mpm_common.c Sat Feb 16 22:51:16 2013
@@ -697,7 +697,7 @@ static apr_status_t dummy_connection(ap_
         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