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;