From a94bd62d28838d04ff32c34205a073c7a4d9fa9b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 27 Apr 2009 17:54:23 +0200 Subject: s3:nt_printing: fix a comment typo Michael --- source3/printing/nt_printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/printing') diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index d6054f2c083..cfef4fe623e 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -5716,7 +5716,7 @@ void map_job_permissions(SEC_DESC *sd) print_queue_purge Try access control in the following order (for performance reasons): - 1) root ans SE_PRINT_OPERATOR can do anything (easy check) + 1) root and SE_PRINT_OPERATOR can do anything (easy check) 2) check security descriptor (bit comparisons in memory) 3) "printer admins" (may result in numerous calls to winbind) -- cgit