Changeset 594 for vendor/current/source3/smbd/uid.c
- Timestamp:
- Jul 1, 2011, 4:02:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/uid.c
r414 r594 32 32 struct passwd *pass; 33 33 34 pass = getpwnam_alloc(talloc_autofree_context(), lp_guestaccount());34 pass = Get_Pwnam_alloc(talloc_autofree_context(), lp_guestaccount()); 35 35 if (!pass) { 36 36 return false;
Note:
See TracChangeset
for help on using the changeset viewer.