diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-17 23:13:32 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-17 23:55:39 +1100 |
commit | 6c8b0d7f2784faf68d08d42227765bdc0ce28b35 (patch) | |
tree | 3668a2afb8d1c651022ec98343c8d52f0269b4df /source4/dsdb/samdb | |
parent | 73016ad40523d4d41114c7b4d6bb2a46815bb597 (diff) | |
download | samba-6c8b0d7f2784faf68d08d42227765bdc0ce28b35.tar.gz samba-6c8b0d7f2784faf68d08d42227765bdc0ce28b35.tar.bz2 samba-6c8b0d7f2784faf68d08d42227765bdc0ce28b35.zip |
s4-repl: save the result of the last replication in repsFrom/repsTo
when a replication fails, we should add the failure to repsFrom
when a notify fails, we need to save it to repsTo
this ensures showrepl always shows the latest status
Diffstat (limited to 'source4/dsdb/samdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/repl_meta_data.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index 957ca3ccc5..3db1fe9590 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -3547,11 +3547,6 @@ static int replmd_replicated_uptodate_modify(struct replmd_replicated_request *a ZERO_STRUCT(nrf); nrf.version = 1; nrf.ctr.ctr1 = *ar->objs->source_dsa; - /* and fix some values... */ - nrf.ctr.ctr1.consecutive_sync_failures = 0; - nrf.ctr.ctr1.last_success = now; - nrf.ctr.ctr1.last_attempt = now; - nrf.ctr.ctr1.result_last_attempt = WERR_OK; nrf.ctr.ctr1.highwatermark.highest_usn = nrf.ctr.ctr1.highwatermark.tmp_highest_usn; /* |