summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/aio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c
index dbce120dc6..b0755bb738 100644
--- a/source3/smbd/aio.c
+++ b/source3/smbd/aio.c
@@ -91,6 +91,7 @@ static bool initialize_async_io_handler(void)
/* tevent supports 100 signal with SA_SIGINFO */
aio_pending_size = 100;
+ return true;
}
static int handle_aio_read_complete(struct aio_extra *aio_ex, int errcode);