Skip to content
Snippets Groups Projects
Commit 99ee94a3 authored by Howard Chu's avatar Howard Chu
Browse files

Tweak findcsn conditions for validating cookie csn

parent 09e2035c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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