mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
cleanup
This commit is contained in:
parent
8bf68bc796
commit
3643d5fc16
1 changed files with 1 additions and 1 deletions
|
|
@ -1873,7 +1873,7 @@ int slap_sasl_getdn( Connection *conn, Operation *op, struct berval *id,
|
|||
|
||||
/* Run thru regexp */
|
||||
slap_sasl2dn( op, dn, &dn2, flags );
|
||||
if( dn2.bv_val ) {
|
||||
if( !BER_BVISNULL( &dn2 ) ) {
|
||||
sl_free( dn->bv_val, op->o_tmpmemctx );
|
||||
*dn = dn2;
|
||||
#ifdef NEW_LOGGING
|
||||
|
|
|
|||
Loading…
Reference in a new issue