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

Ludovic Poitou
12.34.2011 a6a65fc0d6eea12237a81e8c769eb30acc30b6f5
opends/src/server/org/opends/server/backends/jeb/AttributeIndex.java
@@ -1289,7 +1289,7 @@
      if (filter.getSubInitialElement() != null)
      {
        // Use the equality index for initial substrings if possible.
        if (equalityIndex != null)
        if ((equalityIndex != null) && (matchRule != null))
        {
          ByteString normValue =
               matchRule.normalizeSubstring(filter.getSubInitialElement());