]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: SMB2 close. Call utility function setup_close_full_information()
authorJeremy Allison <jra@samba.org>
Fri, 20 Feb 2015 02:49:03 +0000 (18:49 -0800)
committerKarolin Seeger <kseeger@samba.org>
Sun, 22 Feb 2015 13:19:07 +0000 (14:19 +0100)
commit381e60190262d9d293de8f707b6f2d23e1418879
treee099b01bd04cce357bd33ae69a763d9fefaabb95
parent66acf5bc704033070ba2074d0c6519ea9e44a70e
s3: smbd: SMB2 close. Call utility function setup_close_full_information()

Replaces existing inline code.

Bug 11104 - SMB2/SMB3 close response does not include attributes when requested.

https://bugzilla.samba.org/show_bug.cgi?id=11104

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Steve French <sfrench@samba.org>
(cherry picked from commit 4a8c6988e349a4f714f3052ebf3f96f801d3c11f)
source3/smbd/smb2_close.c