diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-05-04 04:28:48 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:13 -0400 |
commit | 849cc65654d20e7077621ead2429a82fcac35197 (patch) | |
tree | 0d6c07cfd5113b8f1d5bf809e17ad1303d9b3edc /source3/modules | |
parent | 660506d359d76700f6f6ae5b7e9c4d05fe505fb6 (diff) | |
download | samba-849cc65654d20e7077621ead2429a82fcac35197.tar.gz samba-849cc65654d20e7077621ead2429a82fcac35197.tar.bz2 samba-849cc65654d20e7077621ead2429a82fcac35197.zip |
s3-smbd: Migrated to new spoolss functions for printing.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/onefs_open.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |