From: Kurt Zeilenga Date: Sun, 2 Dec 2001 01:07:50 +0000 (+0000) Subject: Finish friendly_name() removal X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~806 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=40b069f5ee4fa518c563f436347ece0a25a7a8dd;p=openldap Finish friendly_name() removal --- diff --git a/clients/ud/main.c b/clients/ud/main.c index 8197a2fce9..cec5a03e63 100644 --- a/clients/ud/main.c +++ b/clients/ud/main.c @@ -461,9 +461,7 @@ change_base( int type, char **base, char *s ) * codes to recognizable names for printing. */ choices[i] = ldap_get_dn(ld, ep); - rdns = ldap_explode_dn(choices[i], TRUE); - printf(" %2d. %s\n", i, friendly_name(*rdns)); - (void) ldap_value_free(rdns); + printf(" %2d. %s\n", i, choices[i]); i++; if ((rest++ > (lpp - 3)) && (i < matches)) { printf("More? ");