mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#5048 fully initialize fc_limits
This commit is contained in:
parent
fb5568bd45
commit
b7d38c15ff
@ -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 New Issue
Block a user