From: Michael Adam Date: Mon, 27 Apr 2009 15:54:23 +0000 (+0200) Subject: s3:nt_printing: fix a comment typo X-Git-Tag: tdb-1.1.5~883 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94bd62d28838d04ff32c34205a073c7a4d9fa9b;p=thirdparty%2Fsamba.git s3:nt_printing: fix a comment typo Michael --- 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)