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

pgamba
16.12.2007 3d67217ac0c48df884fc64a6d3bc599acbf1589f
Fix a bug where replace mod is erroneously changed to del mod
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrInfoSingle.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrInfoSingle.java
@@ -107,7 +107,7 @@
      break;
    case REPLACE:
      if (value == null)
      if (newValue == null)
      {
        // REPLACE with null value is actually a DELETE
        deleteTime = changeNumber;