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

matthew_swift
05.04.2009 67405dde9ba213331dab1fc46cb18c485070fd5b
opends/src/server/org/opends/server/backends/jeb/RootContainer.java
@@ -564,14 +564,13 @@
    }
    compressedSchema.close();
    config.removeLocalDBChangeListener(this);
    if (env != null)
    {
      env.close();
      env = null;
    }
    config.removeLocalDBChangeListener(this);
  }
  /**