diff options
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_aio_pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_aio_pthread.c b/source3/modules/vfs_aio_pthread.c index 3287fc165b..695ba12d51 100644 --- a/source3/modules/vfs_aio_pthread.c +++ b/source3/modules/vfs_aio_pthread.c @@ -472,7 +472,7 @@ static void aio_pthread_handle_suspend_completion(struct event_context *event_ct } /* Jobid completed we weren't waiting for. - We must reshedule this as an immediate event + We must reschedule this as an immediate event on the main event context. */ im = tevent_create_immediate(NULL); if (!im) { |