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

boli
26.01.2009 3ceb012bcc155d64537268246965ac877216a97c
Fix for issue 4070: Wrong ASN.1 element type used encoding control
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/controls/EntryChangeNotificationControl.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/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)
    {