[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-72-g6016195

Andrew Bartlett abartlet at samba.org
Wed Jul 16 05:29:05 GMT 2008


The branch, v4-0-test has been updated
       via  60161954ad5c99ce9934a968c5d41f41fafd780f (commit)
      from  ec70ebb8310e563324233662f8e779c55fb87514 (commit)

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


- Log -----------------------------------------------------------------
commit 60161954ad5c99ce9934a968c5d41f41fafd780f
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed Jul 16 15:28:54 2008 +1000

    Fix the build - this element was renamed.

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

Summary of changes:
 source/librpc/rpc/dcerpc_smb2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/librpc/rpc/dcerpc_smb2.c b/source/librpc/rpc/dcerpc_smb2.c
index 4767165..84ba811 100644
--- a/source/librpc/rpc/dcerpc_smb2.c
+++ b/source/librpc/rpc/dcerpc_smb2.c
@@ -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) || 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list