aboutsummaryrefslogtreecommitdiff
path: root/src/event/modules/ngx_eventport_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/modules/ngx_eventport_module.c')
-rw-r--r--src/event/modules/ngx_eventport_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/modules/ngx_eventport_module.c b/src/event/modules/ngx_eventport_module.c
index 860f5985c..c17cc1474 100644
--- a/src/event/modules/ngx_eventport_module.c
+++ b/src/event/modules/ngx_eventport_module.c
@@ -534,7 +534,7 @@ ngx_eventport_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
revents &= ~POLLIN;
}
- if (!wew->active) {
+ if (!wev->active) {
revents &= ~POLLOUT;
}