Skip to content
Snippets Groups Projects
Commit 299983eb authored by Howard Chu's avatar Howard Chu
Browse files

Another BDB_HIER e_name / e_nname fix

parent 8defa927
Branches
Tags
No related merge requests found
......@@ -556,6 +556,7 @@ int hdb_fix_dn(
}
/* checkit == 2. do the fix. */
free( e->e_name.bv_val );
free( e->e_nname.bv_val );
}
e->e_name.bv_len = rlen - 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment