From: Kurt Zeilenga Date: Thu, 18 Dec 2003 19:48:40 +0000 (+0000) Subject: Cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~142 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8db7cd5b26943f3227075e2c8464692e866bf39d;p=openldap Cleanup --- diff --git a/clients/tools/ldapdelete.c b/clients/tools/ldapdelete.c index eb6e4eb1d1..168be83811 100644 --- a/clients/tools/ldapdelete.c +++ b/clients/tools/ldapdelete.c @@ -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 ); /*