Skip to content
Snippets Groups Projects
Commit 42314730 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

For #6982 fix a66fb163

parent 42af02e8
No related branches found
No related tags found
Loading
......@@ -128,6 +128,7 @@ slap_op_free( Operation *op, void *ctx )
BER_BVZERO( &op->o_req_ndn );
memset( &op->o_request, 0, sizeof( op->o_request ));
memset( &op->o_do_not_cache, 0, sizeof( Operation ) - offsetof( Operation, o_do_not_cache ));
memset( opbuf->ob_controls, 0, sizeof( opbuf->ob_controls ));
op->o_controls = opbuf->ob_controls;
if ( ctx ) {
......
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