mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Cleanup
This commit is contained in:
parent
2f5ae634c7
commit
8db7cd5b26
1 changed files with 1 additions and 2 deletions
|
|
@ -277,7 +277,6 @@ static int dodelete(
|
|||
|
||||
/*
|
||||
* Delete all the children of an entry recursively until leaf nodes are reached.
|
||||
*
|
||||
*/
|
||||
static int deletechildren(
|
||||
LDAP *ld,
|
||||
|
|
@ -286,7 +285,7 @@ static int deletechildren(
|
|||
LDAPMessage *res, *e;
|
||||
int entries;
|
||||
int rc;
|
||||
static char *attrs[] = { "1.1", NULL };
|
||||
static char *attrs[] = { LDAP_NO_ATTRS, NULL };
|
||||
|
||||
if ( verbose ) printf ( _("deleting children of: %s\n"), dn );
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue