mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
ITS#5437, #5444 if numcsns don't match, set changed flag
This commit is contained in:
parent
77e7b92c87
commit
626608f5f2
1 changed files with 3 additions and 0 deletions
|
|
@ -2243,6 +2243,9 @@ no_change: if ( !(op->o_sync_mode & SLAP_SYNC_PERSIST) ) {
|
|||
}
|
||||
goto shortcut;
|
||||
}
|
||||
} else {
|
||||
/* consumer doesn't have the right number of CSNs */
|
||||
changed = SS_CHANGED;
|
||||
}
|
||||
/* Do we have a sessionlog for this search? */
|
||||
sl=si->si_logs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue