Skip to content
Snippets Groups Projects
Commit 3643d5fc authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup

parent 8bf68bc7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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