mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#6503 - record Adds in sessionlog too, to avoid excessive present phases
This commit is contained in:
parent
8f37dbae93
commit
d4523d3142
1 changed files with 1 additions and 1 deletions
|
|
@ -1930,7 +1930,7 @@ syncprov_op_response( Operation *op, SlapReply *rs )
|
|||
}
|
||||
|
||||
/* Add any log records */
|
||||
if ( si->si_logs && op->o_tag != LDAP_REQ_ADD ) {
|
||||
if ( si->si_logs ) {
|
||||
syncprov_add_slog( op );
|
||||
}
|
||||
leave: ldap_pvt_thread_mutex_unlock( &si->si_resp_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue