Skip to content
Snippets Groups Projects
Commit a1eeaba0 authored by Ondřej Kuzník's avatar Ondřej Kuzník Committed by Quanah Gibson-Mount
Browse files

ITS#7797 Fix segfault in slapo-collect

parent 0822c20f
No related branches found
No related tags found
No related merge requests found
......@@ -401,8 +401,8 @@ collect_response( Operation *op, SlapReply *rs )
* current search result
*/
if ( vals ) {
attr_merge( rs->sr_entry, ci->ci_ad[idx],
vals, NULL );
attr_merge_normalize( rs->sr_entry, ci->ci_ad[idx],
vals, op->o_tmpmemctx );
ber_bvarray_free_x( vals, 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