mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix previous commit
This commit is contained in:
parent
3751f0325d
commit
4d58c2f39f
1 changed files with 1 additions and 1 deletions
|
|
@ -2399,7 +2399,7 @@ backsql_entry_clean(
|
|||
|
||||
ctx = ldap_pvt_thread_pool_context();
|
||||
|
||||
if ( ctx == NULL || ctx == op->o_tmpmemctx ) {
|
||||
if ( ctx == NULL || ctx != op->o_tmpmemctx ) {
|
||||
if ( !BER_BVISNULL( &e->e_name ) ) {
|
||||
op->o_tmpfree( e->e_name.bv_val, op->o_tmpmemctx );
|
||||
BER_BVZERO( &e->e_name );
|
||||
|
|
|
|||
Loading…
Reference in a new issue