From: Yann Ylavic Date: Sun, 20 Oct 2019 15:28:15 +0000 (+0000) Subject: mod_md: resolve duplicate tag. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74b179ca6b7f3f9c86c0021ea93c569012826acf;p=apache mod_md: resolve duplicate tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1868654 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 62f78dcd1d..3ce8d08aa9 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10207 +10208 diff --git a/modules/md/mod_md.c b/modules/md/mod_md.c index 538336f0b9..1c83d4a3bf 100644 --- a/modules/md/mod_md.c +++ b/modules/md/mod_md.c @@ -1067,7 +1067,7 @@ static apr_status_t get_certificate(server_rec *s, apr_pool_t *p, int fallback, } else if (sc->assigned->nelts != 1) { if (!fallback) { - ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(10042) + ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(10207) "conflict: %d MDs match Virtualhost %s which uses SSL, however " "there can be at most 1.", (int)sc->assigned->nelts, s->server_hostname);