summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/nttrans.c')
-rw-r--r--source3/smbd/nttrans.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c
index fb85a67d0a..01ac1abeb0 100644
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.c
@@ -498,8 +498,8 @@ void reply_ntcreate_and_X(connection_struct *conn, struct smb_request *req)
}
status = create_file(conn, req, root_dir_fid, fname, flags,
- access_mask, file_attributes, share_access,
- create_disposition, create_options,
+ access_mask, share_access, create_disposition,
+ create_options, file_attributes,
allocation_size, NULL, NULL,
&fsp, &info, &oplock_granted, &sbuf);
@@ -942,8 +942,8 @@ static void call_nt_transact_create(connection_struct *conn,
}
status = create_file(conn, req, root_dir_fid, fname, flags,
- access_mask, file_attributes, share_access,
- create_disposition, create_options,
+ access_mask, share_access, create_disposition,
+ create_options, file_attributes,
allocation_size, sd, ea_list,
&fsp, &info, &oplock_granted, &sbuf);