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

Follow up to r1735882: fill in APLOGNO().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2016-03-21 10:21:52 +00:00
parent 71142b3511
commit 973b98f879
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
3378
3379

View File

@@ -618,7 +618,7 @@ static apr_status_t ssl_init_ctx_protocol(server_rec *s,
} else {
SSL_CTX_free(ctx);
mctx->ssl_ctx = NULL;
ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO()
ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO(03378)
"No SSL protocols available [hint: SSLProtocol]");
return ssl_die(s);
}