mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Fix modrdn bug in back-bdb2 as well. Probably should move
dn rewriting to frontend dn.c function.
This commit is contained in:
parent
fc022ed0d4
commit
191752c9a7
@ -80,7 +80,7 @@ bdb2i_back_modrdn_internal(
|
||||
+ 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