summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-12-20 18:20:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:55 -0500
commit830149e6d9b2a5fa66e8827271853456eecd4cd4 (patch)
tree0bbfcb325d8d60367e6e6e45dc55a142ff91c006 /source3
parent5ac6b21f097b87657c4a3d2a3b4e32d091833d22 (diff)
downloadsamba-830149e6d9b2a5fa66e8827271853456eecd4cd4.tar.gz
samba-830149e6d9b2a5fa66e8827271853456eecd4cd4.tar.bz2
samba-830149e6d9b2a5fa66e8827271853456eecd4cd4.zip
r12400: one line patch for Sun LDAP libs pointed out by Nicholas Brealey <nick@brealey.org>
(This used to be commit 5121d3806992da79d194717ef7a9da810b5ff679)
Diffstat (limited to 'source3')
-rw-r--r--source3/passdb/pdb_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c
index 0c0128176b..74ed907a87 100644
--- a/source3/passdb/pdb_ldap.c
+++ b/source3/passdb/pdb_ldap.c
@@ -1736,7 +1736,7 @@ static NTSTATUS ldapsam_modify_entry(struct pdb_methods *my_methods,
if (retdata)
ber_bvfree(retdata);
if (retoid)
- ber_memfree(retoid);
+ ldap_memfree(retoid);
}
ber_bvfree(bv);
}