Changeset 596 for trunk/server/source3/smbd/password.c
- Timestamp:
- Jul 2, 2011, 3:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/smbd/password.c
r454 r596 211 211 } 212 212 213 pwd = getpwnam_alloc(talloc_tos(), username);213 pwd = Get_Pwnam_alloc(talloc_tos(), username); 214 214 215 215 if ((pwd == NULL) || (pwd->pw_dir[0] == '\0')) {
Note:
See TracChangeset
for help on using the changeset viewer.