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

plug leak (ITS#5155)

parent d11b98f9
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ OpenLDAP 2.4.6 Engineering
Fixed slapd-bdb/hdb suffix logging (ITS#5128)
Fixed slapd-ldap SASL idassert w/o authcId
Fixed slapd-meta conn caching on bind failure (ITS#5154)
Fixed slapd-meta leak when binding as rootdn (ITS#5155)
Fixed slapo-chain double-free (ITS#5137)
Fixed slapo-dynlist entry release (ITS#5135)
Fixed slapo-rwm modlist handling (ITS#5124)
......
......@@ -206,7 +206,6 @@ meta_back_bind( Operation *op, SlapReply *rs )
if ( rc == LDAP_SUCCESS ) {
if ( isroot ) {
mc->mc_authz_target = META_BOUND_ALL;
ber_dupbv( &op->orb_edn, be_root_dn( op->o_bd ) );
}
if ( !LDAP_BACK_PCONN_ISPRIV( mc )
......
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