[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-522-gde3a3e3

Volker Lendecke vl at samba.org
Fri Dec 7 14:59:31 GMT 2007


The branch, v3-2-test has been updated
       via  de3a3e3745e58cbfa777ae426e38bad3d74230d4 (commit)
      from  6a58d823e51ccc8efd6682005e367c9096abc993 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit de3a3e3745e58cbfa777ae426e38bad3d74230d4
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Dec 7 15:55:57 2007 +0100

    Attempt to fix make test :-)

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/nttrans.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/nttrans.c b/source/smbd/nttrans.c
index 716f682..99b2bf6 100644
--- a/source/smbd/nttrans.c
+++ b/source/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)) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list