mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-11 13:50:39 +08:00
Fix pdn assert
This commit is contained in:
parent
ef3f20a064
commit
2d910bf1f8
@ -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 New Issue
Block a user