]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
listen.c: follow up to r1876865: update APLOGNO.
authorYann Ylavic <ylavic@apache.org>
Tue, 12 May 2020 09:52:31 +0000 (09:52 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 12 May 2020 09:52:31 +0000 (09:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877641 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
server/listen.c

index e41aa417c3b074bbac8450467a6a5b5260a49a07..3721c3f7b62bd79fd1ae49919c2a9970c513b0bb 100644 (file)
@@ -1 +1 @@
-10236
+10237
index d4f9936828d5d5a7493020d4db30c60407600322..991a3f2c30d47779c8f9e60598e6e0d9e02678b9 100644 (file)
@@ -172,7 +172,7 @@ static apr_status_t make_sock(apr_pool_t *p, ap_listen_rec *server, int do_bind_
     if (server->flags & AP_LISTEN_FREEBIND) {
         if (apr_socket_opt_set(s, APR_SO_FREEBIND, one) < 0) {
             stat = apr_get_netos_error();
-            ap_log_perror(APLOG_MARK, APLOG_CRIT, stat, p, APLOGNO()
+            ap_log_perror(APLOG_MARK, APLOG_CRIT, stat, p, APLOGNO(10236)
                           "make_sock: apr_socket_opt_set: "
                           "error setting APR_SO_FREEBIND");
             apr_socket_close(s);