mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fixed type by changing rdn_type to new_rdn_type.
This commit is contained in:
parent
96a5f20d41
commit
b9f9b8805a
@ -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 New Issue
Block a user