diff options
Diffstat (limited to 'src/event/modules/ngx_select_module.c')
-rw-r--r-- | src/event/modules/ngx_select_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event/modules/ngx_select_module.c b/src/event/modules/ngx_select_module.c index a8bf06676..46004e5fd 100644 --- a/src/event/modules/ngx_select_module.c +++ b/src/event/modules/ngx_select_module.c @@ -48,7 +48,6 @@ ngx_event_module_t ngx_select_module_ctx = { NULL, /* add an connection */ NULL, /* delete an connection */ NULL, /* trigger a notify */ - NULL, /* process the changes */ ngx_select_process_events, /* process the events */ ngx_select_init, /* init the events */ ngx_select_done /* done the events */ |