commit | 7001d6ed341e23bf9451f0dfee2b190eb193a64e | [log] [tgz] |
---|---|---|
author | Eric Pouech <pouech-eric@wanadoo.fr> | Tue Mar 29 11:40:10 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Mar 29 11:40:10 2005 +0000 |
tree | d176c5355637d97429727805e23ee02516e19120 | |
parent | 580ded65e79dc060d31514f240c08b6e97b8ea34 [diff] [blame] |
Clean-up async IO internal functions.
diff --git a/server/file.c b/server/file.c index 3971182..2ce538c 100644 --- a/server/file.c +++ b/server/file.c
@@ -296,7 +296,7 @@ return; } - if (!create_async( fd, current, 0, queue, apc, user, iosb )) + if (!create_async( current, 0, queue, apc, user, iosb )) return; /* Check if the new pending request can be served immediately */