From eaac27738145c60133163bff763412d96bc72cbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Sat, 27 Nov 2010 20:13:02 +0100 Subject: [PATCH] s4:dsdb/repl/drepl_service.c - return the correct WERR result --- source4/dsdb/repl/drepl_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/repl/drepl_service.c b/source4/dsdb/repl/drepl_service.c index c8bbcfeb17c..2f9a5d5dc40 100644 --- a/source4/dsdb/repl/drepl_service.c +++ b/source4/dsdb/repl/drepl_service.c @@ -308,7 +308,7 @@ static NTSTATUS drepl_replica_sync(struct irpc_message *msg, } if (!W_ERROR_IS_OK(werr)) { REPLICA_SYNC_FAIL("Failed to locate source DSA for given NC", - WERR_DS_DRA_NO_REPLICA); + werr); } /* schedule replication item */ -- 2.11.4.GIT