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

Chris Ridd
05.13.2013 4e144217dbbfb6a0f4a57c98efb6ceaf51d7d143
Fix OPENDJ-765 Modify with replace attr=value and delete attr gets misrecorded in ds-sync-hist
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalSingle.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/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
        {