summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_adex/provider_unified.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-28 15:32:55 +0200
committerGünther Deschner <gd@samba.org>2009-05-28 15:38:35 +0200
commitb3f2a3a488f868c4aa31c49bc145a8a6e81de3b5 (patch)
treee345bded033b2976b9e16dbb776da1e48122eb2f /source3/winbindd/idmap_adex/provider_unified.c
parente63d9c29c99c5311c9f4a8dbe432ff4cea4fb924 (diff)
downloadsamba-b3f2a3a488f868c4aa31c49bc145a8a6e81de3b5.tar.gz
s3-winbindd: fix remaining callers of sid_binstring().
Guenther
Diffstat (limited to 'source3/winbindd/idmap_adex/provider_unified.c')
-rw-r--r--source3/winbindd/idmap_adex/provider_unified.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_adex/provider_unified.c b/source3/winbindd/idmap_adex/provider_unified.c
index f9d73f5f954..00db018de2d 100644
--- a/source3/winbindd/idmap_adex/provider_unified.c
+++ b/source3/winbindd/idmap_adex/provider_unified.c
@@ -483,11 +483,11 @@ static NTSTATUS search_forest(struct likewise_cell *forest_cell,
switch (fdata->ftype) {
case SidFilter:
- sid_binstr = sid_binstring(&fdata->filter.sid);
+ sid_binstr = sid_binstring(frame, &fdata->filter.sid);
BAIL_ON_PTR_ERROR(sid_binstr, nt_status);
filter = talloc_asprintf(frame, "(objectSid=%s)", sid_binstr);
- SAFE_FREE(sid_binstr);
+ TALLOC_FREE(sid_binstr);
break;
case IdFilter:
filter = build_id_filter(fdata->filter.id.id,