1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

cut-n-paste error

(This used to be commit b2ed211df0)
This commit is contained in:
Gerald Carter 2001-09-10 19:30:34 +00:00
parent c113b5196f
commit cae476a1a2

View File

@ -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)) {
DEBUG(3, ("security descriptor change denied by existing "
"security descriptor\n"));
status = ERROR_ACCESS_DENIED;
status = WERR_ACCESS_DENIED;
goto done;
}