Fix modrdn bug in back-bdb2 as well. Probably should move

dn rewriting to frontend dn.c function.
This commit is contained in:
Kurt Zeilenga 1999-02-09 18:07:01 +00:00
parent fc022ed0d4
commit 191752c9a7

View File

@ -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;