summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2012-09-06 18:53:00 +0300
committerAlexander Bokovoy <ab@samba.org>2012-09-07 12:31:42 +0200
commit140bb288be426bf57fb46a3e4b012a07b6b60fc8 (patch)
tree2fa2c013ea9896c99fd8b6983328b28ccfdaf3ca /source3/winbindd
parentedfe0c0d139a69f3463ad0c59b7c1c6df907079a (diff)
downloadsamba-140bb288be426bf57fb46a3e4b012a07b6b60fc8.tar.gz
samba-140bb288be426bf57fb46a3e4b012a07b6b60fc8.tar.bz2
samba-140bb288be426bf57fb46a3e4b012a07b6b60fc8.zip
s3-smbldap: use smbldap_ prefixed functions
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/idmap_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_ldap.c b/source3/winbindd/idmap_ldap.c
index e72a0ab184..0c58bf4236 100644
--- a/source3/winbindd/idmap_ldap.c
+++ b/source3/winbindd/idmap_ldap.c
@@ -305,7 +305,7 @@ static NTSTATUS idmap_ldap_allocate_id_internal(struct idmap_domain *dom,
goto done;
}
- talloc_autofree_ldapmsg(mem_ctx, result);
+ smbldap_talloc_autofree_ldapmsg(mem_ctx, result);
count = ldap_count_entries(ctx->smbldap_state->ldap_struct, result);
if (count != 1) {