From 0a4b7bb9a547011c4c39b75acee1c00c90562cd1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Nov 2010 23:48:23 +1100 Subject: s4-repl: removed the syncall_workaround code this isn't needed any more Autobuild-User: Andrew Tridgell Autobuild-Date: Wed Nov 17 13:41:51 UTC 2010 on sn-devel-104 --- source4/dsdb/repl/drepl_notify.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/dsdb/repl/drepl_notify.c') 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)); -- cgit