Ignore:
Timestamp:
Jul 1, 2011, 4:02:23 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/passdb/util_unixsids.c

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