1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

smb: update comments on the NTCREATEX_FLAG_* flags

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Ralph Boehme 2020-10-23 13:10:36 +02:00 committed by Jeremy Allison
parent 45017205c3
commit 7d9b32c881

View File

@ -401,17 +401,16 @@ Offset Data length.
#define NTCREATEX_OPTIONS_INVALID_PARAM_MASK (0xFF100030)
/*
* Private create options used by the ntcreatex processing code. From Samba4.
* We reuse some ignored flags for private use. Passed in the private_flags
* argument.
* Private flags used by the ntcreatex processing
* code. Passed in the private_flags argument.
*/
#define NTCREATEX_FLAG_DENY_DOS 0x0001
#define NTCREATEX_FLAG_DENY_FCB 0x0002
/* Private options for printer support */
/* Private flag for printer support */
#define NTCREATEX_FLAG_DELETE_ON_CLOSE 0x0008
/* Private option for streams support */
/* Private flag for streams support */
#define NTCREATEX_FLAG_STREAM_BASEOPEN 0x0010
/* Flag for NT transact rename call. */