A minor code clean for macro ngx_event_get_conf in ngx_event.h.
This commit is contained in:
parent
0e1c908577
commit
f2baff308d
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…
Reference in a new issue