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:
parent
16d18df0d0
commit
0d221a3f0a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user