Fix OC check.

This commit is contained in:
Mark Valence 2000-06-14 22:21:53 +00:00
parent 0c6b9ce2dd
commit 7694c22528

View 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 );