summaryrefslogtreecommitdiff
path: root/source4/dsdb/kcc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-17 23:11:12 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-17 23:55:39 +1100
commite17ea9f3f5019cd95ace6920ba73129cda0adf55 (patch)
tree08d1a6e4714bf97fe3e5b0b547e76916e892f440 /source4/dsdb/kcc
parent9a744c634ff55c166294d63d192649ad238f9bf6 (diff)
downloadsamba-e17ea9f3f5019cd95ace6920ba73129cda0adf55.tar.gz
samba-e17ea9f3f5019cd95ace6920ba73129cda0adf55.tar.bz2
samba-e17ea9f3f5019cd95ace6920ba73129cda0adf55.zip
s4-kcc: fixed result_last_attempt in showrepl
Diffstat (limited to 'source4/dsdb/kcc')
-rw-r--r--source4/dsdb/kcc/kcc_drs_replica_info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/kcc/kcc_drs_replica_info.c b/source4/dsdb/kcc/kcc_drs_replica_info.c
index 05f9434949..fab7202037 100644
--- a/source4/dsdb/kcc/kcc_drs_replica_info.c
+++ b/source4/dsdb/kcc/kcc_drs_replica_info.c
@@ -494,6 +494,7 @@ static WERROR copy_repsfrom_1_to_2(TALLOC_CTX *mem_ctx,
reps->consecutive_sync_failures = reps1->consecutive_sync_failures;
reps->last_attempt = reps1->last_attempt;
reps->last_success = reps1->last_success;
+ reps->result_last_attempt = reps1->result_last_attempt;
reps->other_info = talloc_zero(mem_ctx, struct repsFromTo2OtherInfo);
W_ERROR_HAVE_NO_MEMORY(reps->other_info);
reps->other_info->dns_name1 = reps1->other_info->dns_name;