mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Fix the build - this element was renamed.
(This used to be commit 60161954ad5c99ce9934a968c5d41f41fafd780f)
This commit is contained in:
parent
fe9fa62a05
commit
0edce42b36
@ -427,7 +427,7 @@ struct composite_context *dcerpc_pipe_open_smb2_send(struct dcerpc_pipe *p,
|
||||
io.in.create_disposition = NTCREATEX_DISP_OPEN;
|
||||
io.in.create_options =
|
||||
NTCREATEX_OPTIONS_NON_DIRECTORY_FILE |
|
||||
NTCREATEX_OPTIONS_UNKNOWN_400000;
|
||||
NTCREATEX_OPTIONS_NO_RECALL;
|
||||
io.in.impersonation_level = NTCREATEX_IMPERSONATION_IMPERSONATION;
|
||||
|
||||
if ((strncasecmp(pipe_name, "/pipe/", 6) == 0) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user