mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
Tweak findcsn conditions for validating cookie csn
This commit is contained in:
parent
09e2035c39
commit
99ee94a3de
1 changed files with 2 additions and 2 deletions
|
|
@ -257,9 +257,9 @@ syncprov_findcsn( Operation *op, int mode )
|
|||
} else {
|
||||
if ( locked ) {
|
||||
ldap_pvt_thread_mutex_unlock( &si->si_csn_mutex );
|
||||
locked = 1;
|
||||
locked = 0;
|
||||
}
|
||||
cf.f_choice = LDAP_FILTER_EQUALITY;
|
||||
cf.f_choice = LDAP_FILTER_LE;
|
||||
fop.ors_attrsonly = 1;
|
||||
fop.ors_attrs = slap_anlist_no_attrs;
|
||||
fop.ors_slimit = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue