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/utils/net_sam.c

    r414 r596  
    18551855                d_printf(_("Adding the Guest user.\n"));
    18561856
    1857                 pwd = getpwnam_alloc(tc, lp_guestaccount());
     1857                pwd = Get_Pwnam_alloc(tc, lp_guestaccount());
    18581858
    18591859                if (!pwd) {
     
    19281928        d_printf(_("Checking Guest's group.\n"));
    19291929
    1930         pwd = getpwnam_alloc(talloc_autofree_context(), lp_guestaccount());
     1930        pwd = Get_Pwnam_alloc(talloc_autofree_context(), lp_guestaccount());
    19311931        if (!pwd) {
    19321932                d_fprintf(stderr,
Note: See TracChangeset for help on using the changeset viewer.