Ignore:
Timestamp:
Jun 29, 2011, 7:36:41 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.6

Location:
vendor/current/source3/printing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/printing/load.c

    r414 r587  
    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
  • vendor/current/source3/printing/nt_printing.c

    r478 r587  
    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.