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

update APLOGNO for r1564760

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kaspar Brand
2014-02-06 05:25:12 +00:00
parent f2bc49c096
commit ba0d11111a
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
2604 2605

View File

@@ -1346,7 +1346,7 @@ static apr_status_t ssl_init_server_ctx(server_rec *s,
while (ret) { while (ret) {
cert = SSL_CTX_get0_certificate(sc->server->ssl_ctx); cert = SSL_CTX_get0_certificate(sc->server->ssl_ctx);
if (!cert || !ssl_stapling_init_cert(s, sc->server, cert)) { if (!cert || !ssl_stapling_init_cert(s, sc->server, cert)) {
ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO() ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(02604)
"Unable to configure certificate %s:%d " "Unable to configure certificate %s:%d "
"for stapling", sc->vhost_id, i); "for stapling", sc->vhost_id, i);
} }