]> git.ipfire.org Git - thirdparty/samba.git/commit
libsmb: Use the direct FSCC_FILE_ALL_INFORMATION define
authorVolker Lendecke <vl@samba.org>
Wed, 8 May 2024 14:05:40 +0000 (16:05 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 14 May 2024 22:29:36 +0000 (22:29 +0000)
commit1776918c5bf2e6db4ab9072e09326b91fa211322
tree89a38bdeab277e03396f8a37b6d8cfbae9a9a728
parent5e0fe4d91cee3cc687b2b4bbfc778a7bf8f58d5e
libsmb: Use the direct FSCC_FILE_ALL_INFORMATION define

(SMB_FILE_ALL_INFORMATION - 1000) looks a bit silly if you look at the
definition of SMB_FILE_ALL_INFORMATION...

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/torture/test_smb2.c