mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#4622 if any present list was sent, must send refreshPresent
This commit is contained in:
parent
55aa8af4be
commit
44d3972dd7
@ -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 New Issue
Block a user