Changeset 596 for trunk/server/source3/passdb/pdb_smbpasswd.c
- Timestamp:
- Jul 2, 2011, 3:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/passdb/pdb_smbpasswd.c
r454 r596 1209 1209 /* If the user specified a RID, make sure its able to be both stored and retreived */ 1210 1210 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()); 1212 1212 if (!passwd) { 1213 1213 DEBUG(0, ("Could not find guest account via getpwnam()! (%s)\n", lp_guestaccount()));
Note:
See TracChangeset
for help on using the changeset viewer.