Changeset 590 for trunk/server/source3/printing/nt_printing.c
- Timestamp:
- Jul 1, 2011, 8:40:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/printing/nt_printing.c
r480 r590 5728 5728 if (!NT_STATUS_IS_OK(status) && 5729 5729 (token_contains_name_in_list(uidtoname(server_info->utok.uid), 5730 NULL, NULL, server_info->ptok, 5730 pdb_get_domain(server_info->sam_account), 5731 NULL, 5732 server_info->ptok, 5731 5733 lp_printer_admin(snum)))) { 5732 5734 talloc_destroy(mem_ctx);
Note:
See TracChangeset
for help on using the changeset viewer.