ITS#5437, #5444 if numcsns don't match, set changed flag

This commit is contained in:
Howard Chu 2008-04-03 08:43:48 +00:00
parent 77e7b92c87
commit 626608f5f2

View file

@ -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;