mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
r6206: go baack 10 revisions to get DatabaseDeltas, this shows that the bdc only
need one call to get in sync again (except something like NT_STATUS_MORE_ENTRIES is returned) also the pdc only need to know the current state values metze
This commit is contained in:
parent
d5993337b8
commit
f4e12b3893
@ -1219,7 +1219,11 @@ static BOOL test_DatabaseDeltas(struct samsync_state *samsync_state, TALLOC_CTX
|
||||
|
||||
if (r.in.sequence_num == 0) continue;
|
||||
|
||||
r.in.sequence_num -= 1;
|
||||
/* this shows that the bdc doesn't need to do a single call for
|
||||
* each seqnumber, and the pdc doesn't need to know about old values
|
||||
* -- metze
|
||||
*/
|
||||
r.in.sequence_num -= 10;
|
||||
|
||||
|
||||
printf("Testing DatabaseDeltas of id %d at %llu\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user