mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Finish friendly_name() removal
This commit is contained in:
parent
f6369fd702
commit
40b069f5ee
1 changed files with 1 additions and 3 deletions
|
|
@ -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? ");
|
||||
|
|
|
|||
Loading…
Reference in a new issue