]> granicus.if.org Git - apache/commitdiff
mod_md: resolve duplicate tag.
authorYann Ylavic <ylavic@apache.org>
Sun, 20 Oct 2019 15:28:15 +0000 (15:28 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 20 Oct 2019 15:28:15 +0000 (15:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1868654 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/md/mod_md.c

index 62f78dcd1dae091a2e1984884004604f5824d605..3ce8d08aa9191802bdde2e87bfd1e442b14abd04 100644 (file)
@@ -1 +1 @@
-10207
+10208
index 538336f0b94925621daa5043f5816be892b30901..1c83d4a3bf1c4f6ec7e6d235cb9d53eaa80fe742 100644 (file)
@@ -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);