diff options
author | Alexander Bokovoy <ab@samba.org> | 2012-09-06 18:53:00 +0300 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-09-07 12:31:42 +0200 |
commit | 140bb288be426bf57fb46a3e4b012a07b6b60fc8 (patch) | |
tree | 2fa2c013ea9896c99fd8b6983328b28ccfdaf3ca /source3/winbindd | |
parent | edfe0c0d139a69f3463ad0c59b7c1c6df907079a (diff) | |
download | samba-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.c | 2 |
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) { |