Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/passdb/util_unixsids.c

    r414 r596  
    5757        struct passwd *pwd;
    5858
    59         pwd = getpwnam_alloc(talloc_autofree_context(), name);
     59        pwd = Get_Pwnam_alloc(talloc_autofree_context(), name);
    6060        if (pwd == NULL) {
    6161                return False;
Note: See TracChangeset for help on using the changeset viewer.