1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

s3-spoolss: fix typo in debug message.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Nov 19 12:05:10 CET 2010 on sn-devel-104
This commit is contained in:
Günther Deschner 2010-11-18 15:25:13 +01:00
parent d50829a812
commit 5855194894

View File

@ -1802,7 +1802,7 @@ WERROR _spoolss_OpenPrinterEx(struct pipes_struct *p,
ZERO_STRUCTP(r->out.handle);
DEBUG(3,("access DENIED as user is not root, "
"has no printoperator privilege, "
"not a member of the printoperater builtin group and "
"not a member of the printoperator builtin group and "
"is not in printer admin list"));
return WERR_ACCESS_DENIED;
}