mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 03:17:17 +08:00
fix segfault
This commit is contained in:
parent
e60303cdca
commit
78c5893412
@ -406,7 +406,7 @@ ngx_configure_listening_socket(ngx_cycle_t *cycle)
|
||||
ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno,
|
||||
"changing the listen() backlog to %d "
|
||||
"for %V failed, ignored",
|
||||
&ls[i].addr_text, ls[i].backlog);
|
||||
ls[i].backlog, &ls[i].addr_text);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user