mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
Fix OC check.
This commit is contained in:
parent
0c6b9ce2dd
commit
7694c22528
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue