diff options
author | Michael Adam <obnox@samba.org> | 2009-04-27 17:54:23 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-04-27 18:17:27 +0200 |
commit | a94bd62d28838d04ff32c34205a073c7a4d9fa9b (patch) | |
tree | 765abbe8d3d2da700f5e974b6b4547a71ce034b1 /source3 | |
parent | 641e12561ad863f8bff8c3a98485a010c138ec30 (diff) | |
download | samba-a94bd62d28838d04ff32c34205a073c7a4d9fa9b.tar.gz samba-a94bd62d28838d04ff32c34205a073c7a4d9fa9b.tar.bz2 samba-a94bd62d28838d04ff32c34205a073c7a4d9fa9b.zip |
s3:nt_printing: fix a comment typo
Michael
Diffstat (limited to 'source3')
-rw-r--r-- | source3/printing/nt_printing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index d6054f2c08..cfef4fe623 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) |