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

ITS#6169

parent 568de7a5
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ OpenLDAP 2.4.17 Engineering
Fixed slapd-hdb dncache lockups (ITS#6095)
Fixed slapd-relay to return failure on failure (ITS#5328)
Fixed slapd-sql with BACKSQL_ARBITRARY_KEY defined (ITS#6100)
Fixed slapo-dds entry expiration (ITS#6169)
Fixed slapo-refint refint_repair handling (ITS#6056)
Added slapo-rwm rwm-drop-unrequested-attrs config option (ITS#6057)
Fixed slapo-rwm dn passing (ITS#6070)
......
......@@ -243,10 +243,9 @@ done_search:;
de->de_ndn.bv_val, rs.sr_err );
break;
}
if ( de != NULL ) {
*dep = de->de_next;
dep = &de->de_next;
op->o_tmpfree( de, op->o_tmpmemctx );
}
}
......
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