From 0d9383e9bdcfc20e808968f4b7fe6c1ac0f48fa6 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Mon, 17 Aug 2009 00:23:12 +0000
Subject: [PATCH] These changes allow import-ldif to support multiple suffixes and fix some problems with the include/exclude options.

---
 opends/src/server/org/opends/server/protocols/asn1/ASN1OutputStreamWriter.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/protocols/asn1/ASN1OutputStreamWriter.java b/opends/src/server/org/opends/server/protocols/asn1/ASN1OutputStreamWriter.java
index b85166e..69ee24b 100644
--- a/opends/src/server/org/opends/server/protocols/asn1/ASN1OutputStreamWriter.java
+++ b/opends/src/server/org/opends/server/protocols/asn1/ASN1OutputStreamWriter.java
@@ -479,13 +479,14 @@
     {
       out = streamStack.get(stackDepth);
     }
-
+/*
     if(debugEnabled())
     {
       TRACER.debugProtocolElement(DebugLogLevel.VERBOSE,
           String.format("WRITE ASN.1 START SEQUENCE(type=0x%x)",
               type));
     }
+    */
     return this;
   }
 

--
Gitblit v1.10.0