s3: Fix caller of print_fsp_open
authorTim Prouty <tprouty@samba.org>
Thu, 1 Jan 2009 05:24:25 +0000 (21:24 -0800)
committerTim Prouty <tprouty@samba.org>
Thu, 1 Jan 2009 05:24:25 +0000 (21:24 -0800)
source3/modules/onefs_open.c

index a4a317d9053ad27b3a971a49ed2830ac52494151..a86d39948d835ecb5690e2876c9cf4abcc6295c9 100644 (file)
@@ -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)) {