mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 14:53:33 -05: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue