[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Oct 8 08:12:02 MDT 2012


The branch, master has been updated
       via  c12cc3c s3fs-printing: Fix RAW printing for normal users.
      from  acea51c samba-tool: Unify usage messages.

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


- Log -----------------------------------------------------------------
commit c12cc3cf9c64ee0edd56875a5fb85e37129872ee
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Oct 8 12:32:49 2012 +0200

    s3fs-printing: Fix RAW printing for normal users.
    
    This fixes bug #8769.
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Mon Oct  8 16:11:51 CEST 2012 on sn-devel-104

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

Summary of changes:
 source3/printing/printspoolss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/printing/printspoolss.c b/source3/printing/printspoolss.c
index 8a38a7f..7a730a5 100644
--- a/source3/printing/printspoolss.c
+++ b/source3/printing/printspoolss.c
@@ -163,7 +163,7 @@ NTSTATUS print_spool_open(files_struct *fsp,
 
 	status = dcerpc_spoolss_OpenPrinter(b, pf, pf->svcname,
 					    "RAW", devmode_ctr,
-					    SEC_FLAG_MAXIMUM_ALLOWED,
+					    PRINTER_ACCESS_USE,
 					    &pf->handle, &werr);
 	if (!NT_STATUS_IS_OK(status)) {
 		goto done;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list