s3/smbd: use correct access in get_file_handle_for_metadata
authorRalph Boehme <slow@samba.org>
Tue, 29 Aug 2017 14:08:06 +0000 (16:08 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 17 Oct 2017 09:48:07 +0000 (11:48 +0200)
commita3cc2fedab37134edd401b88087e20881c4ea18f
tree290bb4a663978e553931376a03d2d5c7e69d339e
parent143d26283dad8422fba557de311c304f0093d647
s3/smbd: use correct access in get_file_handle_for_metadata

All we want here is FILE_WRITE_ATTRIBUTES, not FILE_WRITE_DATA.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Tue Oct 17 11:48:09 CEST 2017 on sn-devel-144
source3/smbd/dosmode.c