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

Matthew Swift
30.42.2012 7934d276c1dfdc3224c391c23f574d244c5b0a10
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Matcher.java
@@ -22,6 +22,7 @@
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 */
package org.forgerock.opendj.ldap;
@@ -559,6 +560,8 @@
                switch (matches(v, rule, assertion)) {
                case TRUE:
                    return ConditionResult.TRUE;
                case FALSE:
                    continue;
                case UNDEFINED:
                    r = ConditionResult.UNDEFINED;
                }