Skip to content

Commit

Permalink
Add missing 'else' in epoll_reactor's handler tracking support.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Jul 29, 2017
1 parent b37b944 commit 870124a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asio/include/asio/detail/impl/epoll_reactor.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ void epoll_reactor::run(long usec, op_queue<operation>& ops)
// Ignore.
}
# endif // defined(ASIO_HAS_TIMERFD)
else
{
unsigned event_mask = 0;
if ((events[i].events & EPOLLIN) != 0)
Expand Down

0 comments on commit 870124a

Please sign in to comment.