diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-26 13:49:37 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-03-06 12:51:01 +0100 |
commit | 9c5802b84143fdc8167f9f5996c69b56ecd27e9a (patch) | |
tree | fabe1c1cdbd42fe830fcc987598adf87549a4c97 | |
parent | bc940ed4c8377c6af3f23a81d0e32a0c9114832d (diff) | |
download | samba-9c5802b84143fdc8167f9f5996c69b56ecd27e9a.tar.gz |
s3-idmap-rid: private_data is a talloc child of dom
-rw-r--r-- | source3/winbindd/idmap_rid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_rid.c b/source3/winbindd/idmap_rid.c index cef06752821..c87e77303dd 100644 --- a/source3/winbindd/idmap_rid.c +++ b/source3/winbindd/idmap_rid.c @@ -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; } |