1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

s3-idmap-rid: private_data is a talloc child of dom

This commit is contained in:
Volker Lendecke 2011-02-26 13:49:37 +01:00
parent bc940ed4c8
commit 9c5802b841

View File

@ -184,7 +184,6 @@ static NTSTATUS idmap_rid_sids_to_unixids(struct idmap_domain *dom, struct id_ma
static NTSTATUS idmap_rid_close(struct idmap_domain *dom)
{
TALLOC_FREE(dom->private_data);
return NT_STATUS_OK;
}