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

pgamba
16.12.2007 495f8723b30c4bc66e7f609f440ae0b541909ca4
Fix a bug where replace mod is erroneously changed to del mod
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/replication/plugin/AttrInfoSingle.java 2 ●●● patch | view | raw | blame | history
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;