Skip to content
Snippets Groups Projects
Commit 8db7cd5b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Cleanup

parent 2f5ae634
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment