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/smbd/uid.c

    r414 r596  
    3232        struct passwd *pass;
    3333
    34         pass = getpwnam_alloc(talloc_autofree_context(), lp_guestaccount());
     34        pass = Get_Pwnam_alloc(talloc_autofree_context(), lp_guestaccount());
    3535        if (!pass) {
    3636                return false;
Note: See TracChangeset for help on using the changeset viewer.