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

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

1 files modified
3 ■■■■■ changed files
opends/src/server/org/opends/server/types/LDIFImportConfig.java 3 ●●●●● patch | view | raw | blame | history
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)
    {