s3:smb2_server: make sure we grant credits on async read/write operations (bug #8357)
authorStefan Metzmacher <metze@samba.org>
Sat, 6 Aug 2011 08:19:21 +0000 (10:19 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 7 Aug 2011 20:23:57 +0000 (22:23 +0200)
commit47bffb9b9243dc72d7305cd9ec3e63e176841bf5
treea7f08d72f621559b9201a43d50b8bf89fd61f8e8
parent24f6eaa8f4aebf1e3aad59d52bdbfa88532be881
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
source3/smbd/smb2_server.c