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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendCompareOperation.java
@@ -354,7 +354,7 @@
          boolean matchFound = false;
          for (Attribute a : attrList)
          {
            if (a.hasValue(value))
            if (a.contains(value))
            {
              matchFound = true;
              break;