mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#3033 fix debug msg segv
This commit is contained in:
parent
18a062dad6
commit
09a379394a
@ -561,6 +561,7 @@ static int sasl_sc_sasl2dn( Operation *o, SlapReply *rs )
|
||||
if( ndn->bv_val ) {
|
||||
o->o_tmpfree(ndn->bv_val, o->o_tmpmemctx);
|
||||
ndn->bv_val = NULL;
|
||||
ndn->bv_len = 0;
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( TRANSPORT, DETAIL1,
|
||||
|
Loading…
Reference in New Issue
Block a user