]> git.sur5r.net Git - openldap/commitdiff
Fix OC check.
authorMark Valence <mrv@openldap.org>
Wed, 14 Jun 2000 22:21:53 +0000 (22:21 +0000)
committerMark Valence <mrv@openldap.org>
Wed, 14 Jun 2000 22:21:53 +0000 (22:21 +0000)
servers/slapd/back-ldbm/group.c

index d5b8aad4397db60140d1b8c9af01d835054eced1..41f1df011e5219f63ed9fd4a366d76cce35ac4e8 100644 (file)
@@ -102,7 +102,7 @@ ldbm_back_group(
                goto return_results;
        }
 
-       if( is_entry_objectclass( e, group_oc ) ) {
+       if( !is_entry_objectclass( e, group_oc ) ) {
                Debug( LDAP_DEBUG_ACL,
                        "<= ldbm_back_group: failed to find %s in objectClass\n", 
                                group_oc_name, 0, 0 );