1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

mapping_tdb: use the correct sid for the key creation

metze
This commit is contained in:
Stefan Metzmacher 2008-03-28 12:20:06 +01:00
parent 16d18df0d0
commit 0d221a3f0a

View File

@ -163,7 +163,7 @@ static bool get_group_map_from_sid(DOM_SID sid, GROUP_MAP *map)
/* the key is the SID, retrieving is direct */
key = group_mapping_key(talloc_tos(), &map->sid);
key = group_mapping_key(talloc_tos(), &sid);
if (key == NULL) {
return false;
}