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

abobrov
09.57.2009 d9ca5d290ab5638f917966b5b1081560ee63725b
- [Issue 3824] NPE if offline import is used with NDB backend : NPE plug

1 files modified
3 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/types/LDIFImportConfig.java 3 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/LDIFImportConfig.java
@@ -1338,6 +1338,8 @@
   */
  public void close()
  {
    if (reader != null)
    {
    try
    {
      reader.close();
@@ -1349,6 +1351,7 @@
        TRACER.debugCaught(DebugLogLevel.ERROR, e);
      }
    }
    }
    if (rejectWriter != null)
    {