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

neil_a_wilson
16.53.2006 02b3d002fe4bfc3fef076a35184af06b8d37e2cc
opends/src/server/org/opends/server/core/IdentityMapperConfigManager.java
@@ -447,7 +447,7 @@
          // The identity mapper is active, so it needs to be disabled.  Do this
          // and return that we were successful.
          identityMappers.remove(configEntryDN);
          mapper.finalizeIdentityManager();
          mapper.finalizeIdentityMapper();
          DirectoryServer.deregisterIdentityMapper(configEntryDN);
          return new ConfigChangeResult(resultCode, adminActionRequired,
                                        messages);
@@ -950,7 +950,7 @@
    IdentityMapper identityMapper = identityMappers.remove(configEntryDN);
    if (identityMapper != null)
    {
      identityMapper.finalizeIdentityManager();
      identityMapper.finalizeIdentityMapper();
    }