Fix pdn assert

This commit is contained in:
Kurt Zeilenga 2003-10-12 22:34:14 +00:00
parent ef3f20a064
commit 2d910bf1f8

View File

@ -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 ))