Skip to content

Commit b0b6448

Browse files
committed
listen.c: follow up to r1876865: update APLOGNO.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877641 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4c0f32e commit b0b6448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/log-message-tags/next-number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10236
1+
10237

server/listen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ static apr_status_t make_sock(apr_pool_t *p, ap_listen_rec *server, int do_bind_
172172
if (server->flags & AP_LISTEN_FREEBIND) {
173173
if (apr_socket_opt_set(s, APR_SO_FREEBIND, one) < 0) {
174174
stat = apr_get_netos_error();
175-
ap_log_perror(APLOG_MARK, APLOG_CRIT, stat, p, APLOGNO()
175+
ap_log_perror(APLOG_MARK, APLOG_CRIT, stat, p, APLOGNO(10236)
176176
"make_sock: apr_socket_opt_set: "
177177
"error setting APR_SO_FREEBIND");
178178
apr_socket_close(s);

0 commit comments

Comments
 (0)