mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
ITS#8013 fix syncprov_matchops test_filter usage
This commit is contained in:
parent
c5cc2f241f
commit
0b2438fbec
1 changed files with 1 additions and 1 deletions
|
|
@ -1310,8 +1310,8 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
|
|||
phase otherwise (ITS#6555) */
|
||||
op2.ors_filter = ss->s_op->ors_filter->f_and->f_next;
|
||||
}
|
||||
ldap_pvt_thread_mutex_unlock( &ss->s_mutex );
|
||||
rc = test_filter( &op2, e, op2.ors_filter );
|
||||
ldap_pvt_thread_mutex_unlock( &ss->s_mutex );
|
||||
}
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "syncprov_matchops: sid %03x fscope %d rc %d\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue