svn commit: samba r7753 - in branches/SAMBA_4_0/source/ldap_server: .

tridge at samba.org tridge at samba.org
Sun Jun 19 12:06:27 GMT 2005


Author: tridge
Date: 2005-06-19 12:06:27 +0000 (Sun, 19 Jun 2005)
New Revision: 7753

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

Log:
removed debugging code :-)

Modified:
   branches/SAMBA_4_0/source/ldap_server/ldap_server.c


Changeset:
Modified: branches/SAMBA_4_0/source/ldap_server/ldap_server.c
===================================================================
--- branches/SAMBA_4_0/source/ldap_server/ldap_server.c	2005-06-19 11:36:17 UTC (rev 7752)
+++ branches/SAMBA_4_0/source/ldap_server/ldap_server.c	2005-06-19 12:06:27 UTC (rev 7753)
@@ -138,8 +138,6 @@
 {
 	struct asn1_data asn1;
 
-	file_save("asn1.dat", conn->partial.data, conn->partial.length);
-
 	if (!asn1_load(&asn1, conn->partial)) {
 		ldapsrv_terminate_connection(conn, "out of memory");
 		return;



More information about the samba-cvs mailing list