The branch, master has been updated
       via  427a22d... s4:vfs_ipc - fix "ipc_open" for NTTRANS create requests
      from  d89b475... torture/basic/denytest - makes the code more compatible 
for TRU64 (consider buildfarm)

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


- Log -----------------------------------------------------------------
commit 427a22d946a4902eeb1c229fede5cfc0a60e9528
Author: Matthias Dieter Wallnöfer <[email protected]>
Date:   Sat Nov 7 20:53:28 2009 +0100

    s4:vfs_ipc - fix "ipc_open" for NTTRANS create requests

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

Summary of changes:
 source4/ntvfs/ipc/vfs_ipc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c
index 3a27b8d..aefa93a 100644
--- a/source4/ntvfs/ipc/vfs_ipc.c
+++ b/source4/ntvfs/ipc/vfs_ipc.c
@@ -260,6 +260,7 @@ static NTSTATUS ipc_open(struct ntvfs_module_context *ntvfs,
 
        switch (oi->generic.level) {
        case RAW_OPEN_NTCREATEX:
+       case RAW_OPEN_NTTRANS_CREATE:
                fname = oi->ntcreatex.in.fname;
                break;
        case RAW_OPEN_OPENX:
@@ -269,8 +270,7 @@ static NTSTATUS ipc_open(struct ntvfs_module_context *ntvfs,
                fname = oi->smb2.in.fname;
                break;
        default:
-               status = NT_STATUS_NOT_SUPPORTED;
-               break;
+               return NT_STATUS_NOT_SUPPORTED;
        }
 
        directory = talloc_asprintf(req, "%s/np",


-- 
Samba Shared Repository

Reply via email to