mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
nginx-0.0.1-2002-12-15-20:10:12 import
This commit is contained in:
parent
42feecbdb6
commit
6e4bca966e
@ -43,7 +43,7 @@ int ngx_event_accept(ngx_event_t *ev)
|
||||
|
||||
#if !(HAVE_INHERITED_NONBLOCK)
|
||||
if (ngx_nonblocking(s) == -1)
|
||||
ngx_log_error(NGX_LOG_ERR, log, ngx_socket_errno,
|
||||
ngx_log_error(NGX_LOG_ERR, ev->log, ngx_socket_errno,
|
||||
ngx_nonblocking_n "failed");
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user