mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 03:16:37 +00:00
fix previous commit
This commit is contained in:
parent
dfd5511f7a
commit
be02468c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ ngx_resolver_create(ngx_conf_t *cf, ngx_peer_addr_t *addr)
|
|||
uc->sockaddr = addr->sockaddr;
|
||||
uc->socklen = addr->socklen;
|
||||
uc->server = addr->name;
|
||||
uc->log = cf->log;
|
||||
uc->log = cf->cycle->new_log;
|
||||
}
|
||||
|
||||
return r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue