You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2019/11/21 16:55:14 UTC

svn commit: r1870097 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/ssl/ssl_engine_kernel.c

Author: jorton
Date: Thu Nov 21 16:55:14 2019
New Revision: 1870097

URL: http://svn.apache.org/viewvc?rev=1870097&view=rev
Log:
Add logno.

Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1870097&r1=1870096&r2=1870097&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Thu Nov 21 16:55:14 2019
@@ -1 +1 @@
-10228
+10229

Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c?rev=1870097&r1=1870096&r2=1870097&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c Thu Nov 21 16:55:14 2019
@@ -1148,7 +1148,7 @@ static int ssl_hook_Access_modern(reques
         if (change_vmode) {
             rc = fill_reneg_buffer(r, dc);
             if (rc) {
-                ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO()
+                ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(10228)
                               "could not buffer message body to allow "
                               "TLS Post-Handshake Authentication to proceed");
                 return rc;