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

dugan
17.55.2009 6f81b33b814d85eefed7076fa1a30e5d0cd04321
opends/src/server/org/opends/server/authorization/dseecompat/TimeOfDay.java
@@ -107,12 +107,6 @@
        //check the type
        switch (type) {
        case EQUAL_BINDRULE_TYPE:
            if (currentTime == timeRef)
            {
                matched=EnumEvalResult.TRUE;
            }
            break;
        case NOT_EQUAL_BINDRULE_TYPE:
            if (currentTime != timeRef)
            {