Ignore:
Timestamp:
Apr 9, 2010, 3:51:41 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5.x: trunk update to 3.5.2

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/printing/nt_printing.c

    r414 r429  
    57185718        /* see if we need to try the printer admin list */
    57195719
    5720         if ((access_granted == 0) &&
     5720        if (!NT_STATUS_IS_OK(status) &&
    57215721            (token_contains_name_in_list(uidtoname(server_info->utok.uid),
    57225722                                         NULL, NULL, server_info->ptok,
Note: See TracChangeset for help on using the changeset viewer.