Skip to content
Snippets Groups Projects
Commit 2e4d8136 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#5557

parent 91955f08
No related branches found
No related tags found
No related merge requests found
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.11 Engineering
Fixed slapd sets memory leak (ITS#5557)
Added slapo-nssov contrib module
Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
Fixed slapo-syncprov ACL evaluation (ITS#5548)
......
......@@ -200,6 +200,7 @@ slap_set_join(
cp->set_op->o_tmpfree( rset[ i ].bv_val, cp->set_op->o_tmpmemctx );
rset[ i ] = rset[ --rlast ];
BER_BVZERO( &rset[ rlast ] );
i--;
}
exists = 1;
break;
......
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