mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix pdn assert
This commit is contained in:
parent
ef3f20a064
commit
2d910bf1f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ))
|
||||
|
|
|
|||
Loading…
Reference in a new issue