mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Fixed type by changing rdn_type to new_rdn_type.
This commit is contained in:
parent
96a5f20d41
commit
b9f9b8805a
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ ldbm_back_modrdn(
|
|||
"ldbm_back_modrdn: adding new rdn attr val =%s\n",
|
||||
new_rdn_val, 0, 0 );
|
||||
|
||||
attr_merge( e, rdn_type, bvals );
|
||||
attr_merge( e, new_rdn_type, bvals );
|
||||
|
||||
} else {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue