summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2007-12-07 15:55:57 +0100
committerVolker Lendecke <vl@samba.org>2007-12-07 16:00:01 +0100
commita23d09081fdb089c776e568418cba75c2c2e8271 (patch)
tree179c71944097de8e69203ce93728c187b3065151
parentca4eee5bbe477af2abcdbed542c5e8f7ef5eb610 (diff)
downloadsamba-a23d09081fdb089c776e568418cba75c2c2e8271.tar.gz
samba-a23d09081fdb089c776e568418cba75c2c2e8271.tar.bz2
samba-a23d09081fdb089c776e568418cba75c2c2e8271.zip
Attempt to fix make test :-)
(This used to be commit de3a3e3745e58cbfa777ae426e38bad3d74230d4)
-rw-r--r--source3/smbd/nttrans.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c
index 716f682c1a..99b2bf65bb 100644
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.c
@@ -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)) {