mirror of
https://github.com/samba-team/samba.git
synced 2025-08-31 22:02:58 +03:00
@ -6167,7 +6167,7 @@ WERROR _spoolss_setprinterdata( pipes_struct *p, SPOOL_Q_SETPRINTERDATA *q_u, SP
|
|||||||
if (!print_access_check(NULL, snum, PRINTER_ACCESS_ADMINISTER)) {
|
if (!print_access_check(NULL, snum, PRINTER_ACCESS_ADMINISTER)) {
|
||||||
DEBUG(3, ("security descriptor change denied by existing "
|
DEBUG(3, ("security descriptor change denied by existing "
|
||||||
"security descriptor\n"));
|
"security descriptor\n"));
|
||||||
status = ERROR_ACCESS_DENIED;
|
status = WERR_ACCESS_DENIED;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user