svn commit: samba r12400 - branches/SAMBA_3_0/source/passdb branches/SAMBA_3_0_RELEASE/source/passdb trunk/source/passdb

jerry at samba.org jerry at samba.org
Tue Dec 20 18:20:41 GMT 2005


Author: jerry
Date: 2005-12-20 18:20:39 +0000 (Tue, 20 Dec 2005)
New Revision: 12400

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12400

Log:
one line patch for Sun LDAP libs pointed out by Nicholas Brealey <nick at brealey.org>
Modified:
   branches/SAMBA_3_0/source/passdb/pdb_ldap.c
   branches/SAMBA_3_0_RELEASE/source/passdb/pdb_ldap.c
   trunk/source/passdb/pdb_ldap.c


Changeset:
Modified: branches/SAMBA_3_0/source/passdb/pdb_ldap.c
===================================================================
--- branches/SAMBA_3_0/source/passdb/pdb_ldap.c	2005-12-20 15:28:23 UTC (rev 12399)
+++ branches/SAMBA_3_0/source/passdb/pdb_ldap.c	2005-12-20 18:20:39 UTC (rev 12400)
@@ -1736,7 +1736,7 @@
 			if (retdata)
 				ber_bvfree(retdata);
 			if (retoid)
-				ber_memfree(retoid);
+				ldap_memfree(retoid);
 		}
 		ber_bvfree(bv);
 	}

Modified: branches/SAMBA_3_0_RELEASE/source/passdb/pdb_ldap.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/passdb/pdb_ldap.c	2005-12-20 15:28:23 UTC (rev 12399)
+++ branches/SAMBA_3_0_RELEASE/source/passdb/pdb_ldap.c	2005-12-20 18:20:39 UTC (rev 12400)
@@ -1736,7 +1736,7 @@
 			if (retdata)
 				ber_bvfree(retdata);
 			if (retoid)
-				ber_memfree(retoid);
+				ldap_memfree(retoid);
 		}
 		ber_bvfree(bv);
 	}

Modified: trunk/source/passdb/pdb_ldap.c
===================================================================
--- trunk/source/passdb/pdb_ldap.c	2005-12-20 15:28:23 UTC (rev 12399)
+++ trunk/source/passdb/pdb_ldap.c	2005-12-20 18:20:39 UTC (rev 12400)
@@ -1736,7 +1736,7 @@
 			if (retdata)
 				ber_bvfree(retdata);
 			if (retoid)
-				ber_memfree(retoid);
+				ldap_memfree(retoid);
 		}
 		ber_bvfree(bv);
 	}



More information about the samba-cvs mailing list