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

Nicolas Capponi
23.06.2016 614b8af248d4690345691a26884d9a93a735a518
opendj-server-legacy/src/main/java/org/opends/server/crypto/CryptoManagerSync.java
@@ -136,7 +136,8 @@
    catch (CryptoManagerException ex) {
      throw new InitializationException(ex.getMessageObject());
    }
    DirectoryServer.registerBackendInitializationListener(this);
    DirectoryServer.getInstance().getServerContext().getBackendConfigManager()
      .registerLocalBackendInitializationListener(this);
    try
    {