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/password.c

    r454 r596  
    211211        }
    212212
    213         pwd = getpwnam_alloc(talloc_tos(), username);
     213        pwd = Get_Pwnam_alloc(talloc_tos(), username);
    214214
    215215        if ((pwd == NULL) || (pwd->pw_dir[0] == '\0')) {
Note: See TracChangeset for help on using the changeset viewer.