From b3e862b2d586712635f7409100ebb7885d6836d1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 19 Jun 2005 12:06:27 +0000 Subject: r7753: removed debugging code :-) (This used to be commit 51ea22db2df3a002de3779302cd455bfb2e3fec2) --- source4/ldap_server/ldap_server.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/ldap_server/ldap_server.c') diff --git a/source4/ldap_server/ldap_server.c b/source4/ldap_server/ldap_server.c index 88df0ed876..c006a9e4da 100644 --- a/source4/ldap_server/ldap_server.c +++ b/source4/ldap_server/ldap_server.c @@ -138,8 +138,6 @@ static void ldapsrv_try_decode_plain(struct ldapsrv_connection *conn) { 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; -- cgit