mirror of
https://github.com/nginx/nginx.git
synced 2025-06-06 00:42:40 +08:00
A minor code clean for macro ngx_event_get_conf in ngx_event.h.
This commit is contained in:
parent
471d077fdd
commit
f3ed2fc356
@ -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 New Issue
Block a user