[SCM] Samba Shared Repository - branch master updated - 4d82f69f884c0c9105d7c1cc53a1235e26222fbc

Tim Prouty tprouty at samba.org
Thu Jan 1 05:27:04 GMT 2009


The branch, master has been updated
       via  4d82f69f884c0c9105d7c1cc53a1235e26222fbc (commit)
      from  9c92cb763653644e129b0777b3f8fc2f333bb7c6 (commit)

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


- Log -----------------------------------------------------------------
commit 4d82f69f884c0c9105d7c1cc53a1235e26222fbc
Author: Tim Prouty <tprouty at samba.org>
Date:   Wed Dec 31 21:24:25 2008 -0800

    s3: Fix caller of print_fsp_open

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

Summary of changes:
 source3/modules/onefs_open.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/onefs_open.c b/source3/modules/onefs_open.c
index a4a317d..a86d399 100644
--- a/source3/modules/onefs_open.c
+++ b/source3/modules/onefs_open.c
@@ -1,8 +1,8 @@
 /*
  * Unix SMB/CIFS implementation.
  *
- * This file began with some code from source3/smbd/open.c and modified it to
- * work with ifs_createfile.
+ * This file began with some code from source3/smbd/open.c and has been
+ * modified it work with ifs_createfile.
  *
  * ifs_createfile is a CIFS-specific syscall for opening/files and
  * directories.  It adds support for:
@@ -459,7 +459,7 @@ NTSTATUS onefs_open_file_ntcreate(connection_struct *conn,
 		DEBUG(10, ("onefs_open_file_ntcreate: printer open fname=%s\n",
 			  fname));
 
-		return print_fsp_open(req, conn, fname, req->vuid, fsp);
+		return print_fsp_open(req, conn, fname, req->vuid, fsp, psbuf);
 	}
 
 	if (!parent_dirname(talloc_tos(), fname, &parent_dir, &newname)) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list