mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Init uninit'd vlv flag
This commit is contained in:
parent
53c26c3a3e
commit
c45fca65fc
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue