Skip to content
Snippets Groups Projects
Commit 2d910bf1 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix pdn assert

parent ef3f20a0
Branches
Tags
No related merge requests found
......@@ -232,7 +232,7 @@ ldbm_back_add(
#endif
} else {
assert( pdn.bv_val == NULL || *pdn.bv_val != '\0' );
assert( pdn.bv_val == NULL || *pdn.bv_val == '\0' );
if ( !be_isroot( op->o_bd, &op->o_ndn )
&& !is_entry_glue( op->oq_add.rs_e ))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment