mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
ITS#5048 fully initialize fc_limits
This commit is contained in:
parent
fb5568bd45
commit
b7d38c15ff
1 changed files with 1 additions and 0 deletions
|
|
@ -659,6 +659,7 @@ again:
|
|||
} else {
|
||||
cf.f_choice = LDAP_FILTER_LE;
|
||||
fop.ors_limit = &fc_limits;
|
||||
memset( &fc_limits, 0, sizeof( fc_limits ));
|
||||
fc_limits.lms_s_unchecked = 1;
|
||||
fop.ors_filterstr.bv_len = sprintf( buf, "(entryCSN<=%s)",
|
||||
cf.f_av_value.bv_val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue