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

Jean-Noël Rouvignac
06.25.2016 d89c47e7cb1b3c9181e25582539aac1dedb46099
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/AttributeIndex.java
@@ -160,7 +160,7 @@
    void indexEntry(Entry entry, Set<ByteString> keys)
    {
      for (Attribute attr : entry.getAttribute(attributeType))
      for (Attribute attr : entry.getAllAttributes(attributeType))
      {
        if (!attr.isVirtual())
        {