diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-17 23:48:23 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-17 13:41:51 +0000 |
commit | 0a4b7bb9a547011c4c39b75acee1c00c90562cd1 (patch) | |
tree | 38610b351589c10ed50a7aab6c5913256dc30f01 /source4/dsdb | |
parent | 6c8b0d7f2784faf68d08d42227765bdc0ce28b35 (diff) | |
download | samba-0a4b7bb9a547011c4c39b75acee1c00c90562cd1.tar.gz samba-0a4b7bb9a547011c4c39b75acee1c00c90562cd1.tar.bz2 samba-0a4b7bb9a547011c4c39b75acee1c00c90562cd1.zip |
s4-repl: removed the syncall_workaround code
this isn't needed any more
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Wed Nov 17 13:41:51 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/repl/drepl_notify.c | 4 | ||||
-rw-r--r-- | source4/dsdb/repl/drepl_service.h | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/source4/dsdb/repl/drepl_notify.c b/source4/dsdb/repl/drepl_notify.c index 4629357711..8f315165a0 100644 --- a/source4/dsdb/repl/drepl_notify.c +++ b/source4/dsdb/repl/drepl_notify.c @@ -195,10 +195,6 @@ static void dreplsrv_notify_op_callback(struct tevent_req *subreq) op->source_dsa->repsFrom1->other_info->dns_name, ldb_dn_get_linearized(op->source_dsa->partition->dn), nt_errstr(status), win_errstr(werr))); - if (W_ERROR_EQUAL(werr, WERR_DS_DRA_NO_REPLICA)) { - DEBUG(0,("Enabling SYNC_ALL workaround\n")); - op->service->syncall_workaround = true; - } } else { DEBUG(2,("dreplsrv_notify: DsReplicaSync OK for %s\n", op->source_dsa->repsFrom1->other_info->dns_name)); diff --git a/source4/dsdb/repl/drepl_service.h b/source4/dsdb/repl/drepl_service.h index d69c641178..48b084f45b 100644 --- a/source4/dsdb/repl/drepl_service.h +++ b/source4/dsdb/repl/drepl_service.h @@ -230,8 +230,6 @@ struct dreplsrv_service { bool rid_alloc_in_progress; - bool syncall_workaround; - bool am_rodc; }; |