Skip to content
Snippets Groups Projects
Commit b9f9b880 authored by Juan Gomez's avatar Juan Gomez
Browse files

Fixed type by changing rdn_type to new_rdn_type.

parent 96a5f20d
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment