mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
provision for ITS#3497
This commit is contained in:
parent
1d919d35a5
commit
5785175313
@ -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 New Issue
Block a user