1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Add logno.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870097 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joe Orton
2019-11-21 16:55:14 +00:00
parent 3b6181a317
commit 55239ec1e2
2 changed files with 2 additions and 2 deletions

View 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;