mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
s3fs-printing: Fix RAW printing for normal users.
This fixes bug #8769. Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Oct 8 16:11:51 CEST 2012 on sn-devel-104
This commit is contained in:
committed by
Andreas Schneider
parent
acea51cc37
commit
c12cc3cf9c
@ -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;
|
||||
|
Reference in New Issue
Block a user