mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
03.23.2014 204aecd0b10fcdc69195b6fc1b98c170d04b358e
opendj3-server-dev/src/server/org/opends/server/protocols/LDIFConnectionHandler.java
@@ -504,21 +504,7 @@
    }
    finally
    {
      if (reader != null)
      {
        try
        {
          reader.close();
        } catch (Exception e) {}
      }
      if (writer != null)
      {
        try
        {
          writer.close();
        } catch (Exception e) {}
      }
      close(reader, writer);
    }
    if (errorEncountered || (! fullyProcessed))