From 754b925ccde2a46c5fdcb00141374d5c55fc5ff9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 25 Jun 2012 11:07:22 +0200 Subject: s3: Fix a typo Signed-off-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Mon Jun 25 17:13:59 CEST 2012 on sn-devel-104 --- source3/modules/vfs_aio_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules') 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) { -- cgit