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

Fix prev commit

parent b9e3f66c
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,7 @@ retry: /* transaction retry */
}
/* This is the first add to a root DB, need to make the suffix glue */
if ( pdn.bv_len == 0 && ei->bei_id == 0 ) {
if ( op->o_bd->be_nsuffix[0].bv_len == 0 && ei->bei_id == 0 ) {
Entry e_root = {0};
e_root.e_name.bv_val = "";
e_root.e_nname.bv_val = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment