diff options
Diffstat (limited to 'source4/lib/events/events_aio.c')
-rw-r--r-- | source4/lib/events/events_aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/events/events_aio.c b/source4/lib/events/events_aio.c index cd3c32a9b8..90d4bdcc1f 100644 --- a/source4/lib/events/events_aio.c +++ b/source4/lib/events/events_aio.c @@ -219,7 +219,7 @@ static int setup_epoll_wait(struct aio_event_context *aio_ev) static int aio_event_loop(struct aio_event_context *aio_ev, struct timeval *tvalp) { int ret, i; - uint32_t destruction_count = aio_ev->destruction_count; + uint32_t destruction_count = ++aio_ev->destruction_count; struct timespec timeout; struct io_event events[8]; |