mirror of
https://github.com/nginx/nginx.git
synced 2026-09-04 04:18:42 +00:00
A minor code clean for macro ngx_event_get_conf in ngx_event.h.
This commit is contained in:
parent
471d077fdd
commit
f3ed2fc356
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ extern ngx_module_t ngx_event_core_module;
|
|||
|
||||
|
||||
#define ngx_event_get_conf(conf_ctx, module) \
|
||||
(*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index];
|
||||
(*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index]
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue