Skip to content
Snippets Groups Projects
Commit 7694c225 authored by Mark Valence's avatar Mark Valence
Browse files

Fix OC check.

parent 0c6b9ce2
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ ldbm_back_group( ...@@ -102,7 +102,7 @@ ldbm_back_group(
goto return_results; goto return_results;
} }
if( is_entry_objectclass( e, group_oc ) ) { if( !is_entry_objectclass( e, group_oc ) ) {
Debug( LDAP_DEBUG_ACL, Debug( LDAP_DEBUG_ACL,
"<= ldbm_back_group: failed to find %s in objectClass\n", "<= ldbm_back_group: failed to find %s in objectClass\n",
group_oc_name, 0, 0 ); group_oc_name, 0, 0 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment