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

Chris Ridd
05.13.2013 ac4c154c358cb44eccb5fa973004782cd80a59eb
Fix OPENDJ-765 Modify with replace attr=value and delete attr gets misrecorded in ds-sync-hist
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/replication/plugin/AttrHistoricalSingle.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/AttrHistoricalSingle.java
@@ -180,7 +180,9 @@
          }
          else
          {
            addTime = null;
            lastMod = HistAttrModificationKey.DEL;
            value = null;
          }
        }
        else
@@ -198,7 +200,9 @@
          {
            deleteTime = changeNumber;
          }
          addTime = null;
          lastMod = HistAttrModificationKey.DEL;
          value = null;
        }
        else
        {