Now SMB2 error messages are correctly being returned with the 1 byte data area, smbd_...
commit60d36929189eb8c5749431a4d90266b34c26b0c3
authorJeremy Allison <jra@samba.org>
Mon, 19 Apr 2010 21:32:08 +0000 (19 14:32 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 19 Apr 2010 21:35:46 +0000 (19 14:35 -0700)
tree908ebf4ca58ed3d605a67dccffb0b023410a42b9
parent8bf7942fa4a5aceda3b01e9d5ad555a444b80faa
Now SMB2 error messages are correctly being returned with the 1 byte data area, smbd_smb2_request_error_ex() must call smbd_smb2_request_done_ex() in order to do the padding correctly on compound replies.

Jeremy.
source3/smbd/smb2_server.c