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

Init uninit'd vlv flag

parent e164298f
No related branches found
No related tags found
No related merge requests found
......@@ -822,6 +822,8 @@ static int sssvlv_op_search(
so->so_vlv = op->o_ctrlflag[vlv_cid];
so->so_vlv_target = 0;
so->so_vlv_rc = 0;
} else {
so->so_vlv = SLAP_CONTROL_NONE;
}
}
so->so_vcontext = (unsigned long)so;
......
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