The branch, master has been updated
       via  4c33f28 s3:smbd: explain parameters to filename_convert call in 
smbd_smb2_create_send()
      from  34c24c2 s3: Fix Coverity ID 703869 Logically dead code

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4c33f28dc20849f8f2b0d18083e838601ee715e6
Author: Michael Adam <ob...@samba.org>
Date:   Thu Jun 7 14:49:28 2012 +0200

    s3:smbd: explain parameters to filename_convert call in 
smbd_smb2_create_send()
    
    Autobuild-User(master): Michael Adam <ob...@samba.org>
    Autobuild-Date(master): Mon Jun 11 19:21:51 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/smb2_create.c b/source3/smbd/smb2_create.c
index b8ad388..2aedfb6 100644
--- a/source3/smbd/smb2_create.c
+++ b/source3/smbd/smb2_create.c
@@ -693,8 +693,8 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX 
*mem_ctx,
                                          smb1req->conn,
                                          smb1req->flags2 & 
FLAGS2_DFS_PATHNAMES,
                                          fname,
-                                         0,
-                                         NULL,
+                                         0,    /* unix_convert flags */
+                                         NULL, /* ppath_contains_wcards */
                                          &smb_fname);
                if (!NT_STATUS_IS_OK(status)) {
                        tevent_req_nterror(req, status);


-- 
Samba Shared Repository

Reply via email to