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

    r454 r596  
    12091209                /* If the user specified a RID, make sure its able to be both stored and retreived */
    12101210                if (rid == DOMAIN_USER_RID_GUEST) {
    1211                         struct passwd *passwd = getpwnam_alloc(NULL, lp_guestaccount());
     1211                        struct passwd *passwd = Get_Pwnam_alloc(NULL, lp_guestaccount());
    12121212                        if (!passwd) {
    12131213                                DEBUG(0, ("Could not find guest account via getpwnam()! (%s)\n", lp_guestaccount()));
Note: See TracChangeset for help on using the changeset viewer.