mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Remove extra space in dn created by modrdn.
This commit is contained in:
parent
91363c270e
commit
a2b165dcac
@ -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 New Issue
Block a user