Ignore:
Timestamp:
Jul 1, 2011, 8:40:10 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/printing/nt_printing.c

    r480 r590  
    57285728        if (!NT_STATUS_IS_OK(status) &&
    57295729            (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,
    57315733                                         lp_printer_admin(snum)))) {
    57325734                talloc_destroy(mem_ctx);
Note: See TracChangeset for help on using the changeset viewer.