mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#4622 if any present list was sent, must send refreshPresent
This commit is contained in:
parent
55aa8af4be
commit
44d3972dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -1884,7 +1884,7 @@ syncprov_search_response( Operation *op, SlapReply *rs )
|
|||
op->o_tmpfree( cookie.bv_val, op->o_tmpmemctx );
|
||||
} else {
|
||||
/* It's RefreshAndPersist, transition to Persist phase */
|
||||
syncprov_sendinfo( op, rs, ( ss->ss_present && rs->sr_nentries ) ?
|
||||
syncprov_sendinfo( op, rs, ss->ss_present ?
|
||||
LDAP_TAG_SYNC_REFRESH_PRESENT : LDAP_TAG_SYNC_REFRESH_DELETE,
|
||||
&cookie, 1, NULL, 0 );
|
||||
op->o_tmpfree( cookie.bv_val, op->o_tmpmemctx );
|
||||
|
|
|
|||
Loading…
Reference in a new issue