s3:smb2_server: make sure we grant credits on async read/write operations (bug #8357)
commitcbd408df89ec51fb06fbfb935458eb8425639bed
authorStefan Metzmacher <metze@samba.org>
Sat, 6 Aug 2011 08:19:21 +0000 (6 10:19 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Aug 2011 11:01:39 +0000 (9 13:01 +0200)
tree2b07a20ee07b2c112dd6a3f77a7d331c4005aabd
parent87fa72a5202fe3780d4a61289bf755027cd078f4
s3:smb2_server: make sure we grant credits on async read/write operations (bug #8357)

Currently we skip, the "gone async" interim response on read and write,
this caused the aio code path to grant 0 credits to the client
in the read/write responses.

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Aug  7 22:23:57 CEST 2011 on sn-devel-104
(cherry picked from commit 47bffb9b9243dc72d7305cd9ec3e63e176841bf5)
source3/smbd/smb2_server.c