mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Patch modrdn to remove extra space.
This commit is contained in:
parent
eb8dcb6e21
commit
fc022ed0d4
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ ldbm_back_modrdn(
|
|||
+ 3 );
|
||||
if ( dn_type( e->e_dn ) == DN_X500 ) {
|
||||
strcpy( new_dn, newrdn );
|
||||
strcat( new_dn, ", " );
|
||||
strcat( new_dn, "," );
|
||||
strcat( new_dn, p_dn );
|
||||
} else {
|
||||
char *s;
|
||||
|
|
|
|||
Loading…
Reference in a new issue