A minor code clean for macro ngx_event_get_conf in ngx_event.h.

This commit is contained in:
chronolaw 2018-10-19 13:50:36 +08:00
parent 0e1c908577
commit f2baff308d

View file

@ -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]