From 849cc65654d20e7077621ead2429a82fcac35197 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 4 May 2010 04:28:48 -0400 Subject: s3-smbd: Migrated to new spoolss functions for printing. Signed-off-by: Jim McDonough --- source3/modules/onefs_open.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/modules/onefs_open.c') diff --git a/source3/modules/onefs_open.c b/source3/modules/onefs_open.c index ac3c5b2024..c2f2979044 100644 --- a/source3/modules/onefs_open.c +++ b/source3/modules/onefs_open.c @@ -483,8 +483,8 @@ NTSTATUS onefs_open_file_ntcreate(connection_struct *conn, DEBUG(10, ("onefs_open_file_ntcreate: printer open fname=%s\n", smb_fname_str_dbg(smb_fname))); - return print_fsp_open(req, conn, smb_fname->base_name, - req->vuid, fsp); + return print_spool_open(fsp, smb_fname->base_name, + req->vuid); } if (!parent_dirname(talloc_tos(), smb_fname->base_name, &parent_dir, -- cgit