Changeset 596 for trunk/server/source3/utils/net_sam.c
- Timestamp:
- Jul 2, 2011, 3:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/utils/net_sam.c
r414 r596 1855 1855 d_printf(_("Adding the Guest user.\n")); 1856 1856 1857 pwd = getpwnam_alloc(tc, lp_guestaccount());1857 pwd = Get_Pwnam_alloc(tc, lp_guestaccount()); 1858 1858 1859 1859 if (!pwd) { … … 1928 1928 d_printf(_("Checking Guest's group.\n")); 1929 1929 1930 pwd = getpwnam_alloc(talloc_autofree_context(), lp_guestaccount());1930 pwd = Get_Pwnam_alloc(talloc_autofree_context(), lp_guestaccount()); 1931 1931 if (!pwd) { 1932 1932 d_fprintf(stderr,
Note:
See TracChangeset
for help on using the changeset viewer.