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

ludovicp
29.09.2008 f7d4d638290e8d164c1904471a1c229029f210c1
opendj-sdk/opends/src/server/org/opends/server/api/Backend.java
@@ -381,7 +381,7 @@
        MatchingRule matchingRule;
        String matchingRuleID = filter.getMatchingRuleID();
        if (matchingRuleID == null)
        if (matchingRuleID != null)
        {
          matchingRule = DirectoryServer.getMatchingRule(
                              matchingRuleID.toLowerCase());