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

Location:
trunk/server/source3/printing
Files:
2 edited

Legend:

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

    r414 r590  
    3232
    3333        if (pnum < 0)
     34                if (process_registry_service(PRINTERS_NAME))
     35                        pnum = lp_servicenumber(PRINTERS_NAME);
     36
     37        if (pnum < 0)
    3438                return;
    3539
  • 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.