mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
provision for ITS#3497
This commit is contained in:
parent
1d919d35a5
commit
5785175313
1 changed files with 3 additions and 0 deletions
|
|
@ -179,6 +179,9 @@ backsql_delete( Operation *op, SlapReply *rs )
|
|||
break;
|
||||
|
||||
case LDAP_COMPARE_TRUE:
|
||||
if ( get_treeDelete( op ) ) {
|
||||
/* not supported yet */ ;
|
||||
}
|
||||
Debug( LDAP_DEBUG_TRACE, " backsql_delete(): "
|
||||
"entry \"%s\" has children\n",
|
||||
op->o_req_dn.bv_val, 0, 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue