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

boli
11.09.2007 5cb8ec8f24045e45148a45bfe381feb2b1e1a715
Changed the boolean encoded for the reverse order flag to true.
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/controls/ServerSideSortRequestControl.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/controls/ServerSideSortRequestControl.java
@@ -184,7 +184,7 @@
      if (! sortKey.ascending())
      {
        elementList.add(new ASN1Boolean(TYPE_REVERSE_ORDER, false));
        elementList.add(new ASN1Boolean(TYPE_REVERSE_ORDER, true));
      }
      keyList.add(new ASN1Sequence(elementList));