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

boli
26.01.2009 78aef70d5b5c9073927c96219f9c75925b2c841d
Fix for issue 4070: Wrong ASN.1 element type used encoding control
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/controls/EntryChangeNotificationControl.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/controls/EntryChangeNotificationControl.java
@@ -253,7 +253,7 @@
    writer.writeStartSequence(UNIVERSAL_OCTET_STRING_TYPE);
    writer.writeStartSequence();
    writer.writeInteger(changeType.intValue());
    writer.writeEnumerated(changeType.intValue());
    if (previousDN != null)
    {