mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Attempt to fix make test :-)
(This used to be commit de3a3e3745e58cbfa777ae426e38bad3d74230d4)
This commit is contained in:
parent
ca4eee5bbe
commit
a23d09081f
@ -506,7 +506,7 @@ void reply_ntcreate_and_X(connection_struct *conn, struct smb_request *req)
|
||||
|
||||
status = create_file(conn, req, root_dir_fid, fname,
|
||||
access_mask, share_access, create_disposition,
|
||||
create_options, file_attributes, flags,
|
||||
create_options, file_attributes, oplock_request,
|
||||
allocation_size, NULL, NULL, &fsp, &info, &sbuf);
|
||||
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
@ -981,7 +981,7 @@ static void call_nt_transact_create(connection_struct *conn,
|
||||
|
||||
status = create_file(conn, req, root_dir_fid, fname,
|
||||
access_mask, share_access, create_disposition,
|
||||
create_options, file_attributes, flags,
|
||||
create_options, file_attributes, oplock_request,
|
||||
allocation_size, sd, ea_list, &fsp, &info, &sbuf);
|
||||
|
||||
if(!NT_STATUS_IS_OK(status)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user