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

neil_a_wilson
10.42.2007 2d56431b030310a561cb1513fbf76ebff8ac539b
opendj-sdk/opends/src/server/org/opends/server/extensions/DigestMD5SASLMechanismHandler.java
@@ -1728,7 +1728,7 @@
    // If everything has been successful, then apply any changes that were made.
    if (resultCode == ResultCode.SUCCESS)
    {
      if ((newIdentityMapperDN != null) && (identityMapper != null))
      if ((newIdentityMapperDN != null) && (newIdentityMapper != null))
      {
        identityMapperDN = newIdentityMapperDN;
        identityMapper   = newIdentityMapper;