diff options
Diffstat (limited to '')
| -rw-r--r-- | src/event/ngx_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event.c b/src/event/ngx_event.c index 885528aae..2a23d5038 100644 --- a/src/event/ngx_event.c +++ b/src/event/ngx_event.c @@ -178,7 +178,7 @@ ngx_event_module_t ngx_event_core_module_ctx = { ngx_event_core_create_conf, /* create configuration */ ngx_event_core_init_conf, /* init configuration */ - { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL } + { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL } }; |
