aboutsummaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.c b/common.c
index 009d325..72c6c45 100644
--- a/common.c
+++ b/common.c
@@ -1212,6 +1212,8 @@ poller_run (struct poller *self)
continue;
struct poller_fd *fd = revents->data.ptr;
+ hard_assert (fd->index != -1);
+
struct pollfd pfd;
pfd.fd = fd->fd;
pfd.revents = poller_epoll_to_poll_events (revents->events);