diff options
author | Ralph Boehme <slow@samba.org> | 2020-06-08 09:29:01 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2020-07-18 05:58:40 +0000 |
commit | 916ebade769a55eb6d87bf9078533e41d3497683 (patch) | |
tree | da70acf1747cd3e69e814a74aafd6045c9f66ce4 /source3/smbd/open.c | |
parent | 4523a0b47d56423216a052df765e39a2389e80e2 (diff) | |
download | samba-916ebade769a55eb6d87bf9078533e41d3497683.tar.gz |
smbd: remove unused NTCREATEX_OPTIONS_PRIVATE_STREAM_DELETE
The previous commit removed the only consumer of the flags.
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/open.c')
-rw-r--r-- | source3/smbd/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 11107ce739f..a7f81a380d4 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -4965,7 +4965,7 @@ static NTSTATUS open_streams_for_delete(connection_struct *conn, 0, /* oplock_request */ NULL, /* lease */ 0, /* allocation_size */ - NTCREATEX_OPTIONS_PRIVATE_STREAM_DELETE, /* private_flags */ + 0, /* private_flags */ NULL, /* sd */ NULL, /* ea_list */ &streams[i], /* result */ |