summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-12-20 18:20:39 +0000
committerGerald Carter <jerry@samba.org>2005-12-20 18:20:39 +0000
commitbdf65827d92ad96fc10e3501bf3d9e90418b4d26 (patch)
tree7811e0178e28139112750b6a798e828f3f3c91b6
parent248096341cdb514c3e2e4dd21c639410272dabe7 (diff)
downloadsamba-3.0.21.tar.gz
samba-3.0.21.tar.xz
samba-3.0.21.zip
r12400: one line patch for Sun LDAP libs pointed out by Nicholas Brealey <nick@brealey.org>samba-3.0.21
-rw-r--r--source/passdb/pdb_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c
index 29e0ade464f..9f0d530424e 100644
--- a/source/passdb/pdb_ldap.c
+++ b/source/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);
}