]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add logno.
authorJoe Orton <jorton@apache.org>
Thu, 21 Nov 2019 16:55:14 +0000 (16:55 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 21 Nov 2019 16:55:14 +0000 (16:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870097 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/ssl/ssl_engine_kernel.c

index 874d655b9d5e52b318ca1085939842ea62c15ff6..41f1cc7646211bb3e2bf477b3423d8cca19a8201 100644 (file)
@@ -1 +1 @@
-10228
+10229
index 516e7082bb08bdbb59041bd30d3aa65ac19ce890..408ffd902020e31e411d7bd3ed8f5c36e8483163 100644 (file)
@@ -1148,7 +1148,7 @@ static int ssl_hook_Access_modern(request_rec *r, SSLSrvConfigRec *sc, SSLDirCon
         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;