Ignore:
Timestamp:
Nov 26, 2007, 9:24:27 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.27a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/groupdb/mapping.c

    r71 r105  
    725725        }
    726726
    727         DEBUG(10,("Creating alias %s with gid %d\n", name, gid));
     727        DEBUG(10,("Creating alias %s with gid %d\n", groupname, gid));
    728728
    729729        map.gid = gid;
    730730        sid_copy(&map.sid, &sid);
    731731        map.sid_name_use = SID_NAME_ALIAS;
    732         fstrcpy(map.nt_name, name);
     732        fstrcpy(map.nt_name, groupname);
    733733        fstrcpy(map.comment, "");
    734734
Note: See TracChangeset for help on using the changeset viewer.