Skip to content
Snippets Groups Projects
Commit 09a37939 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#3033 fix debug msg segv

parent 18a062da
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment