]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/search.c
rework op/rs structures to deal with opeartional attributes
[openldap] / servers / slapd / back-ldbm / search.c
index c21ecdd0b516e3dc480db3257dcabd1cca9a709e..e9b5f5c44a63163e3a7bf5aad3e891100b9433c5 100644 (file)
@@ -205,7 +205,7 @@ searchit:
        }
 
        /* if candidates exceed to-be-checked entries, abort */
-       if ( op->ors_limit      /* isroot == TRUE */
+       if ( op->ors_limit      /* isroot == FALSE */
                        && op->ors_limit->lms_s_unchecked != -1
                        && ID_BLOCK_NIDS( candidates ) > (unsigned) op->ors_limit->lms_s_unchecked )
        {