mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +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:
@@ -1 +1 @@
|
|||||||
10228
|
10229
|
||||||
|
@@ -1148,7 +1148,7 @@ static int ssl_hook_Access_modern(request_rec *r, SSLSrvConfigRec *sc, SSLDirCon
|
|||||||
if (change_vmode) {
|
if (change_vmode) {
|
||||||
rc = fill_reneg_buffer(r, dc);
|
rc = fill_reneg_buffer(r, dc);
|
||||||
if (rc) {
|
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 "
|
"could not buffer message body to allow "
|
||||||
"TLS Post-Handshake Authentication to proceed");
|
"TLS Post-Handshake Authentication to proceed");
|
||||||
return rc;
|
return rc;
|
||||||
|
Reference in New Issue
Block a user